Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.
authorBill Wendling <isanbard@gmail.com>
Tue, 3 May 2011 21:11:17 +0000 (21:11 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 3 May 2011 21:11:17 +0000 (21:11 +0000)
commit9493a285d13fd34ff3a507ea57039fdc19dd1ce7
tree19c467929cb35241cdbd058aac954061aaf41a73
parent7d6b6a05b549da70b4473f015c97954c2a422724
Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.
<rdar://problem/8460511>

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