[llvm] [SSAUpdaterBulk] Add PHI simplification pass. (PR #132004)

Valery Pykhtin via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 31 05:29:43 PDT 2025


vpykhtin wrote:

Current implementation is incorrect: I cannot move new phis to the end because they can be used by existing phis if the user added 'variable' as incoming value for an existed phi.

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


More information about the llvm-commits mailing list