[llvm] r242073 - Remove unnecessary lines from the test in r242068.
Pete Cooper
peter_cooper at apple.com
Mon Jul 13 14:50:35 PDT 2015
Author: pete
Date: Mon Jul 13 16:50:35 2015
New Revision: 242073
URL: http://llvm.org/viewvc/llvm-project?rev=242073&view=rev
Log:
Remove unnecessary lines from the test in r242068.
This test case was breaking the hexagon elf bot. The failing lines
were actually unnecessary as checking that the store still reads the
correct value demonstrates that everything is working fine now.
Modified:
llvm/trunk/test/Transforms/LoopIdiom/ctpop-multiple-users-crash.ll
Modified: llvm/trunk/test/Transforms/LoopIdiom/ctpop-multiple-users-crash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopIdiom/ctpop-multiple-users-crash.ll?rev=242073&r1=242072&r2=242073&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/LoopIdiom/ctpop-multiple-users-crash.ll (original)
+++ llvm/trunk/test/Transforms/LoopIdiom/ctpop-multiple-users-crash.ll Mon Jul 13 16:50:35 2015
@@ -9,9 +9,6 @@ target triple = "arm64-apple-ios8.0.0"
; CHECK: %tobool.5 = icmp ne i32 %num, 0
; CHECK: store i1 %tobool.5, i1* %ptr
-; CHECK: %0 = call i32 @llvm.ctpop.i32(i32 %num)
-; CHECK: %1 = icmp ne i32 %0, 0
-; CHECK: br i1 %1, label %for.body.lr.ph, label %for.end
define internal fastcc i32 @num_bits_set(i32 %num, i1* %ptr) #1 {
entry:
More information about the llvm-commits
mailing list