[llvm] [RISCV] Construct constants via instructions if materialization is costly (PR #86926)

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 28 03:00:53 PDT 2024


wangpc-pp wrote:

There is a problem that we will lowering `ISD::CTLZ/ISD::CTTZ` to `ISD::CTPOP` if `ISD::CTPOP` is `Legal` or `Custom`, which causes some regressions. I am still fixing it.

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


More information about the llvm-commits mailing list