Skip to content

Commit 2db5d42

Browse files
committed
Remove extra test case added in 266c82f
This test case was added by accident and is failing on the release/12.x branch.
1 parent a1a197b commit 2db5d42

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

llvm/test/Transforms/InstSimplify/select.ll

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -969,18 +969,6 @@ define <vscale x 2 x i1> @ignore_scalable_undef(<vscale x 2 x i1> %cond) {
969969
ret <vscale x 2 x i1> %s
970970
}
971971

972-
define i32 @select_ctpop_zero(i32 %x) {
973-
; CHECK-LABEL: @select_ctpop_zero(
974-
; CHECK-NEXT: [[T1:%.*]] = call i32 @llvm.ctpop.i32(i32 [[X:%.*]])
975-
; CHECK-NEXT: ret i32 [[T1]]
976-
;
977-
%t0 = icmp eq i32 %x, 0
978-
%t1 = call i32 @llvm.ctpop.i32(i32 %x)
979-
%sel = select i1 %t0, i32 0, i32 %t1
980-
ret i32 %sel
981-
}
982-
declare i32 @llvm.ctpop.i32(i32)
983-
984972
define <2 x i32> @vec_select_no_equivalence(<2 x i32> %x, <2 x i32> %y) {
985973
; CHECK-LABEL: @vec_select_no_equivalence(
986974
; CHECK-NEXT: [[X10:%.*]] = shufflevector <2 x i32> [[X:%.*]], <2 x i32> undef, <2 x i32> <i32 1, i32 0>

0 commit comments

Comments
 (0)