diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-04-10 16:58:07 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-04-10 16:58:07 +0000 |
| commit | b6702eaec3bc0cbf16450829f832f4ba4cc73b04 (patch) | |
| tree | 9effdc478b83cc18ab9020f3129d73b55fa49ab6 /llvm/test/CodeGen/X86 | |
| parent | 570e35c1570a21d98f8fce9378bfdbc36482968a (diff) | |
| download | bcm5719-llvm-b6702eaec3bc0cbf16450829f832f4ba4cc73b04.tar.gz bcm5719-llvm-b6702eaec3bc0cbf16450829f832f4ba4cc73b04.zip | |
[X86][MMX] Add fast-isel support for MMX non-temporal writes
Differential Revision: https://reviews.llvm.org/D31754
llvm-svn: 299852
Diffstat (limited to 'llvm/test/CodeGen/X86')
| -rw-r--r-- | llvm/test/CodeGen/X86/fast-isel-nontemporal.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-nontemporal.ll b/llvm/test/CodeGen/X86/fast-isel-nontemporal.ll index e7c3d930e46..4140721bd5f 100644 --- a/llvm/test/CodeGen/X86/fast-isel-nontemporal.ll +++ b/llvm/test/CodeGen/X86/fast-isel-nontemporal.ll @@ -100,7 +100,7 @@ define void @test_mmx(x86_mmx* nocapture %a0, x86_mmx* nocapture %a1) { ; ALL: # BB#0: # %entry ; ALL-NEXT: movq (%rdi), %mm0 ; ALL-NEXT: psrlq $3, %mm0 -; ALL-NEXT: movq %mm0, (%rsi) +; ALL-NEXT: movntq %mm0, (%rsi) ; ALL-NEXT: retq entry: %0 = load x86_mmx, x86_mmx* %a0 |

