[llvm] [JumpThreading][Local] Redirect other phi values from BB to Succ except commom preds (PR #166390)
Kunqiu Chen via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 6 23:48:42 PST 2025
================
@@ -0,0 +1,65 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
----------------
Camsyn wrote:
Oh, this PR can eliminate the whole phis in bb if the common predecessors between bb and succ are the same 😀.
https://github.com/llvm/llvm-project/pull/166390
More information about the llvm-commits
mailing list