OSDN Git Service

[X86][SSE] Added nontemporal load tests
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 3 Jun 2016 11:00:55 +0000 (11:00 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 3 Jun 2016 11:00:55 +0000 (11:00 +0000)
commit209a26795de2c2188e1da4abbba63c886a07d184
treec7520ed7a4f484f0ce1447abccbb4bea8899b23b
parentdfab2ccb323b4e868d579b320fc417700892b3fe
[X86][SSE] Added nontemporal load tests

These currently all lower to regular loads, generic nontemporal load support will be added in a future patch

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