[llvm] [LV] Remove common extends and selects in CSE (PR #147731)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 19 05:20:57 PDT 2025


https://github.com/fhahn commented:

Does VPlan-based CSE cover most of the cases here? https://github.com/llvm/llvm-project/pull/151872

If so, I'd prefer to not extend the logic in the legacy pass, but rather work towards removing it. VPlan-based CSE also has the advantage to impact cost estimates

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


More information about the llvm-commits mailing list