diff options
author | Craig Topper <craig.topper@gmail.com> | 2012-08-28 07:05:28 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2012-08-28 07:05:28 +0000 |
commit | 13897fb2638f008b41f6e2bc0dd25d78b72c5351 (patch) | |
tree | 3a03dc570c4024c2e14921a38206b4059c0b3f97 /test | |
parent | 2f820a5d6486c7cdddda0b7af8c3e0d30fe02fe9 (diff) |
Merge AVX_SET0PSY/AVX_SET0PDY/AVX2_SET0 into a single post-RA pseudo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162738 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/2012-04-26-sdglue.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2012-04-26-sdglue.ll b/test/CodeGen/X86/2012-04-26-sdglue.ll index 9a66b670c7..04659522d3 100644 --- a/test/CodeGen/X86/2012-04-26-sdglue.ll +++ b/test/CodeGen/X86/2012-04-26-sdglue.ll @@ -5,7 +5,7 @@ ; It's hard to test for the ISEL condition because CodeGen optimizes ; away the bugpointed code. Just ensure the basics are still there. ;CHECK: func: -;CHECK: vpxor +;CHECK: vxorps ;CHECK: vinsertf128 ;CHECK: vpshufd ;CHECK: vpshufd |