[llvm] [LoongArch] Add custom lowering for BCOND and perform BR_CC combine (PR #147885)

via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 26 20:19:45 PDT 2025


heiher wrote:

> Is it possible to split this optimization into several small parts? For example:
> 
> * lowerBRCOND
> * performBR_CCCombine
> * performSELECT_CCCombine

Sure. We can split it into [`lowerBRCOND`, `performBR_CCCombine`] and [`performSELECT_CCCombine`].

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


More information about the llvm-commits mailing list