[llvm] [SSAUpdater][NFC] Limit search for matching phi-node (PR #195744)
Valery Pykhtin via llvm-commits
llvm-commits at lists.llvm.org
Tue May 5 13:51:51 PDT 2026
vpykhtin wrote:
> SSAUpdater is being called by StructurizeCFG.
I would replace the rest of them with SSAUpdaterBulk class and use EliminateDuplicatePHINodes on the large number of phis (meaning that set implementation would be used)
Similar to https://github.com/llvm/llvm-project/pull/135181
https://github.com/llvm/llvm-project/pull/195744
More information about the llvm-commits
mailing list