[llvm] Scalarizer: Replace cl::opts with pass parameters (PR #110645)

Chris B via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 1 15:34:41 PDT 2024


llvm-beanz wrote:

Generally `cl::opt` values are static initializers, which cause performance degradation and other problems. Moving away from `cl::opt` is definitely a net win.

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


More information about the llvm-commits mailing list