[llvm] [RISCV] Fold subtraction if above threshold to Zbb `minu` (PR #134235)

Piotr Fusik via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 3 04:49:09 PDT 2025


================
@@ -1823,20 +1814,22 @@ define i128 @sub_if_uge_i128(i128 %x, i128 %y) {
 ;
 ; RV64ZBB-LABEL: sub_if_uge_i128:
 ; RV64ZBB:       # %bb.0:
+; RV64ZBB-NEXT:    sltu a4, a0, a2
----------------
pfusik wrote:

Ditto.

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


More information about the llvm-commits mailing list