Skip to content

Commit

Permalink
changes test name
Browse files Browse the repository at this point in the history
  • Loading branch information
bipmis committed Aug 11, 2023
1 parent 1c4c0d3 commit 2c0491d
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 @@ -2292,7 +2292,7 @@ join:
ret i1 %cmp
}

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

0 comments on commit 2c0491d

Please sign in to comment.