[llvm] Scalarizer: Replace cl::opts with pass parameters (PR #110645)
Farzon Lotfi via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 1 09:23:31 PDT 2024
farzonl wrote:
We intentionally brought back the old pass manager semantics. The directX backend is still experimental so if someone removes the legacy pass manager our builds will break silently. Our thinking was keeping around the legacy flag makes it so someone has to grep the codebase before removing.
https://github.com/llvm/llvm-project/pull/110645
More information about the llvm-commits
mailing list