[X86][SSE] Vector integer/float conversion memory folding
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 25 Oct 2014 08:11:20 +0000 (08:11 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 25 Oct 2014 08:11:20 +0000 (08:11 +0000)
commitc31aaa5a3fcef2851898fb30c61c16a70564079a
tree6c77c0359eb1cbe250a0b8a313f89da05dce2700
parentae7aa60b2dfa7bba9bb6852b0f8fad0134b18018
[X86][SSE] Vector integer/float conversion memory folding

Tidied up some entries in the folding tables so that they are under the correct comment section (they were categorised as AVX2 instructions when they're AVX1).

Minor patch agreed with qcolombet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220613 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.cpp