[llvm] [RISCV] Fix shift instruction opcodes in getArithmeticInstrCost (PR #156335)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 2 08:18:55 PDT 2025
================
@@ -16,6 +16,18 @@
include "RISCV.td"
include "RISCVCombine.td"
+// (setult reg, imm12) → SLTIU
----------------
topperc wrote:
What is this change?
https://github.com/llvm/llvm-project/pull/156335
More information about the llvm-commits
mailing list