[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:13:49 PDT 2024


hiraditya 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 (to find common pred) has a bug.

https://github.com/llvm/llvm-project/pull/68473


More information about the llvm-commits mailing list