[llvm] [InstCombine] Add cast support in simplifyUsingControlFlow (PR #142263)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 29 14:00:58 PDT 2025


https://github.com/nikic commented:

Hm, I'd consider enabling this only for switches to start with. Converting phi to zext for the br case is a lot more likely to cause regressions.

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


More information about the llvm-commits mailing list