[llvm] 2c0491d - changes test name
via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 11 10:06:18 PDT 2023
Author: bipmis
Date: 2023-08-11T18:06:00+01:00
New Revision: 2c0491d90ef34f98f4d9689bdf3ae3a92c005fb3
URL: https://github.com/llvm/llvm-project/commit/2c0491d90ef34f98f4d9689bdf3ae3a92c005fb3
DIFF: https://github.com/llvm/llvm-project/commit/2c0491d90ef34f98f4d9689bdf3ae3a92c005fb3.diff
LOG: changes test name
Added:
Modified:
llvm/test/Transforms/InstCombine/phi.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/InstCombine/phi.ll b/llvm/test/Transforms/InstCombine/phi.ll
index 12ba916ce1c06b..1300eff982a766 100644
--- a/llvm/test/Transforms/InstCombine/phi.ll
+++ b/llvm/test/Transforms/InstCombine/phi.ll
@@ -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
More information about the llvm-commits
mailing list