[llvm] [Pipelines] Move IPSCCP after inliner pipeline (PR #96620)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 06:01:39 PDT 2024


https://github.com/nikic requested changes to this pull request.

We currently rely on IPSCCP happening early, so it can make use of dominating conditions before they have been converted to selects.

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


More information about the llvm-commits mailing list