diff options
author | Adrian Prantl <aprantl@apple.com> | 2014-11-01 03:19:45 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2014-11-01 03:19:45 +0000 |
commit | a0852d2be35e058e6329b3783cfdd50cd32f1740 (patch) | |
tree | babd0315cf2b207f75e704f1b10643a071538121 /llvm/test/CodeGen/X86/vselect-avx.ll | |
parent | 2ab9801509596f9b0a7c1e146f4416770f37a808 (diff) | |
download | bcm5719-llvm-a0852d2be35e058e6329b3783cfdd50cd32f1740.tar.gz bcm5719-llvm-a0852d2be35e058e6329b3783cfdd50cd32f1740.zip |
Revert "Temporarily revert r220777 to sort out build bot breakage."
This reverts commit r221028. Later commits depend on this and
reverting just this one causes even more bots to fail.
llvm-svn: 221041
Diffstat (limited to 'llvm/test/CodeGen/X86/vselect-avx.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vselect-avx.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/vselect-avx.ll b/llvm/test/CodeGen/X86/vselect-avx.ll index 2d7ccf39d38..7926b0c71f1 100644 --- a/llvm/test/CodeGen/X86/vselect-avx.ll +++ b/llvm/test/CodeGen/X86/vselect-avx.ll @@ -14,8 +14,8 @@ target triple = "x86_64-apple-macosx" ; <rdar://problem/18675020> ; CHECK-LABEL: test: -; CHECK: vmovdqa {{.*#+}} xmm1 = [65533,124,125,14807] -; CHECK: vmovdqa {{.*#+}} xmm1 = [65535,0,0,65535] +; CHECK: vmovdqa {{.*#+}} xmm0 = [65535,0,0,65535] +; CHECK: vmovdqa {{.*#+}} xmm2 = [65533,124,125,14807] ; CHECK: ret define void @test(<4 x i16>* %a, <4 x i16>* %b) { body: |