[llvm] [RISCV] Support P extension ABSW instruction. (PR #165047)

Brandon Wu via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 27 07:53:15 PDT 2025


4vtomat wrote:

Is there any reason we can't pattern match ISD::ABS -> absw, e.g. `def : PatGprGpr<binop_allwusers<abs>, ABSW>;`?

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


More information about the llvm-commits mailing list