[PATCH] D153326: [CSKY] Optimize subtraction with SUBI32/SUBI16
Ben Shi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 02:47:37 PDT 2023
benshi001 marked an inline comment as done.
benshi001 added inline comments.
================
Comment at: llvm/test/CodeGen/CSKY/base-i.ll:43
+define i32 @addRI_256(i32 %x) {
+; CHECK-LABEL: addRI_256:
----------------
zixuan-wu wrote:
> Is this case related to this patch change?
Yes. I would like to show the upper boundary of `ADDI16`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153326/new/
https://reviews.llvm.org/D153326
More information about the llvm-commits
mailing list