git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268772
91177308-0d34-0410-b5e6-
96231b3b80d8
}
-define i32 @pr27132(i32 %i) {
+define i32 @pr27135(i32 %i) {
entry:
br i1 undef, label %sw, label %end
sw:
%p = phi i32 [ 1, %sw ], [ 0, %entry ]
ret i32 %p
-; CHECK-LABEL: pr27132:
+; CHECK-LABEL: pr27135:
; The switch is lowered with bit tests. Since the case range is contiguous, the
; second bit test is redundant and can be skipped. Check that we don't update
; the phi node with an incoming value from the MBB of the skipped bit test