[llvm] [SimplifyCFG] Add command-line option to disable the pass (PR #130965)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue May 6 03:01:23 PDT 2025


https://github.com/nikic commented:

I don't think adding an option to disable simplifycfg makes a lot of sense. This is a core pass that does a lot more than just if conversion.

This seems like something that should be kept downstream for experimentation purposes.

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


More information about the llvm-commits mailing list