[llvm] [SimplifyCFG] Reland transform for redirecting phis between unmergeable BB and SuccBB (PR #68473)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 13 22:12:33 PDT 2024
appujee wrote:
This patch still has a couple of bugs as exposed in 102351
1. CanPropagatePredecessorsForPHIs can't handle indirect branch
2. the set intersection algorithm has a bug.
https://github.com/llvm/llvm-project/pull/68473
More information about the llvm-commits
mailing list