Skip to content

Commit

Permalink
update checks to the test
Browse files Browse the repository at this point in the history
  • Loading branch information
bipmis committed Aug 11, 2023
1 parent 2c0491d commit 67b7d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/Transforms/InstCombine/phi.ll
Original file line number Diff line number Diff line change
Expand Up @@ -2293,7 +2293,7 @@ join:
}

define i1 @icmp_fold_into_phi_beyondBB(ptr noundef %val1, ptr noundef readonly %val2) {
; CHECK-LABEL: @test(
; CHECK-LABEL: @icmp_fold_into_phi_beyondBB(
; CHECK-NEXT: entry:
; CHECK-NEXT: [[CMP_I:%.*]] = icmp eq ptr [[VAL1:%.*]], null
; CHECK-NEXT: br i1 [[CMP_I]], label [[_Z3FOOPKC_EXIT:%.*]], label [[WHILE_COND_I:%.*]]
Expand Down

0 comments on commit 67b7d3d

Please sign in to comment.