[llvm] [RISCV] Use bset+addi for (not (sll -1, X)). (PR #72549)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 10:33:28 PST 2023


dtcxzyw wrote:

`BSET` is expensive on both SiFive-7 (Latency = 3) and XiangShan-NanHu (Latency = 3).

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


More information about the llvm-commits mailing list