Clean up patterns for MOVNT*. Not sure why there were floating point types on MOVNTPS...
authorCraig Topper <craig.topper@gmail.com>
Mon, 9 Jan 2012 06:52:46 +0000 (06:52 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 9 Jan 2012 06:52:46 +0000 (06:52 +0000)
commit5feb5dae935683020e3a4ec40f5a4150f312e6c0
tree71875a7a5f10372ceb1b1bf73d19fbe4b8eb4833
parent8974cd85ccf96638374e5bc8dc602d95328bbb58
Clean up patterns for MOVNT*. Not sure why there were floating point types on MOVNTPS and MOVNTDQ. And v4i64 was completely missing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147767 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/avx2-nontemporal.ll [new file with mode: 0644]