diff options
| author | Nirav Dave <niravd@google.com> | 2017-02-26 01:27:32 +0000 |
|---|---|---|
| committer | Nirav Dave <niravd@google.com> | 2017-02-26 01:27:32 +0000 |
| commit | 73cd0194cf0aee603a51e19dcb53fae67e72930a (patch) | |
| tree | 37f5ca3e701993063c2d9038b6db3e6fc872f68f /llvm/test/CodeGen/X86/vectorcall.ll | |
| parent | 19ce92e20cd799c55a597d9b6fdb3560e7bf8a01 (diff) | |
| download | bcm5719-llvm-73cd0194cf0aee603a51e19dcb53fae67e72930a.tar.gz bcm5719-llvm-73cd0194cf0aee603a51e19dcb53fae67e72930a.zip | |
Revert "In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled."
This reverts commit r296252 until 256-bit operations are more efficiently generated in X86.
llvm-svn: 296279
Diffstat (limited to 'llvm/test/CodeGen/X86/vectorcall.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/vectorcall.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/vectorcall.ll b/llvm/test/CodeGen/X86/vectorcall.ll index 598a339ee2f..6ba5e10dd21 100644 --- a/llvm/test/CodeGen/X86/vectorcall.ll +++ b/llvm/test/CodeGen/X86/vectorcall.ll @@ -103,7 +103,7 @@ entry: } ; CHECK-LABEL: test_mixed_1 ; CHECK: movaps %xmm1, 16(%{{(e|r)}}sp) -; CHECK: movaps %xmm1, %xmm0 +; CHECK: movaps 16(%{{(e|r)}}sp), %xmm0 ; CHECK: ret{{q|l}} define x86_vectorcallcc <4 x float> @test_mixed_2(%struct.HVA4 inreg %a, %struct.HVA4* %b, <4 x float> %c) { @@ -149,7 +149,7 @@ entry: } ; CHECK-LABEL: test_mixed_5 ; CHECK: movaps %xmm5, 16(%{{(e|r)}}sp) -; CHECK: movaps %xmm5, %xmm0 +; CHECK: movaps 16(%{{(e|r)}}sp), %xmm0 ; CHECK: ret{{[ql]}} define x86_vectorcallcc %struct.HVA4 @test_mixed_6(%struct.HVA4 inreg %a, %struct.HVA4* %b) { |

