Skip to content

Commit

Permalink
[InstCombine] fix test name; NFC
Browse files Browse the repository at this point in the history
The bug number was typo'd when it was added for D86243.
  • Loading branch information
rotateright committed May 16, 2022
1 parent 1520728 commit 242910a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/test/Transforms/InstCombine/and-xor-merge.ll
Expand Up @@ -26,8 +26,8 @@ define i32 @test2(i32 %x, i32 %y, i32 %z) {
ret i32 %t7
}

define i32 @PR38761(i32 %a, i32 %b) {
; CHECK-LABEL: @PR38761(
define i32 @PR38781(i32 %a, i32 %b) {
; CHECK-LABEL: @PR38781(
; CHECK-NEXT: [[B_LOBIT_NOT1_DEMORGAN:%.*]] = or i32 [[B:%.*]], [[A:%.*]]
; CHECK-NEXT: [[B_LOBIT_NOT1:%.*]] = xor i32 [[B_LOBIT_NOT1_DEMORGAN]], -1
; CHECK-NEXT: [[AND:%.*]] = lshr i32 [[B_LOBIT_NOT1]], 31
Expand Down

0 comments on commit 242910a

Please sign in to comment.