[llvm] [llvm] Remove `br i1 undef` from regression tests (PR #117292)
Nuno Lopes via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 22 09:01:13 PST 2024
================
@@ -38,7 +42,7 @@ sw.bb: ; preds = %entry
unreachable
sw.bb19: ; preds = %entry
- br i1 undef, label %if.then37, label %if.end50
+ br i1 false, label %if.then37, label %if.end50
----------------
nunoplopes wrote:
why false here?
https://github.com/llvm/llvm-project/pull/117292
More information about the llvm-commits
mailing list