[PATCH] D122051: [RISCV] The immediate version of sgt/ugt lowering to slti/sltiu + xori
LiqinWeng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 26 21:29:32 PDT 2022
Miss_Grape added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/i32-icmp.ll:179
+ %2 = zext i1 %1 to i32
+ ret i32 %2
+}
----------------
benshi001 wrote:
> We need a more test case of -2050, which is the lower bound of simm12_sub1_exc0
done
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122051/new/
https://reviews.llvm.org/D122051
More information about the llvm-commits
mailing list