[llvm-branch-commits] [RISCV][TTI] Adjust the cost of `llvm.abs` intrinsic when `Zvabd` exists (PR #180146)
Pengcheng Wang via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Feb 6 01:17:26 PST 2026
https://github.com/wangpc-pp created https://github.com/llvm/llvm-project/pull/180146
When `Zvabd` exists, `llvm.abs` is lowered to `vabs.v` so the cost
is 1.
More information about the llvm-branch-commits
mailing list