aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/intrinsics.ll
diff options
context:
space:
mode:
authorAmaury Sechet <deadalnix@gmail.com>2016-08-04 05:35:25 +0000
committerAmaury Sechet <deadalnix@gmail.com>2016-08-04 05:35:25 +0000
commit7f30223541b3c7224ad9d1091afa7623d34b437a (patch)
tree245ec234eab36dd76dab5d36d9267921d01f2e75 /test/Transforms/InstCombine/intrinsics.ll
parente56e9e73a2c1aa965ced663f3c0ab67174569e50 (diff)
Fix intrinsics.ll test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277695 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/intrinsics.ll')
-rw-r--r--test/Transforms/InstCombine/intrinsics.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Transforms/InstCombine/intrinsics.ll b/test/Transforms/InstCombine/intrinsics.ll
index 68f4687c7b3..fca8a6122b5 100644
--- a/test/Transforms/InstCombine/intrinsics.ll
+++ b/test/Transforms/InstCombine/intrinsics.ll
@@ -351,9 +351,9 @@ define void @ctpop_cmp_vec(<2 x i32> %a, <2 x i1>* %b) {
ret void
; CHECK-LABEL: @ctpop_cmp_vec(
; CHECK-NEXT: %pop0.cmp = icmp eq <2 x i32> %a, zeroinitializer
-; CHECK-NEXT: store volatile <2 x i1> %pop0.cmp, <2 x i1>* %c
-; CHECK-NEXT: %pop1.cmp = icmp eq <2 x i32> %a, zeroinitializer
-; CHECK-NEXT: store volatile <2 x i1> %pop1.cmp, <2 x i1>* %c
+; CHECK-NEXT: store volatile <2 x i1> %pop0.cmp, <2 x i1>* %b
+; CHECK-NEXT: %pop1.cmp = icmp eq <2 x i32> %a, <i32 -1, i32 -1>
+; CHECK-NEXT: store volatile <2 x i1> %pop1.cmp, <2 x i1>* %b
}
define i32 @cttz_simplify1a(i32 %x) nounwind readnone ssp {