[PATCH] D106497: Add disassembly for the conditioned RSUB immediate instruction for the ARC backend
Mark Schimmel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 21 15:27:19 PDT 2021
marksl added inline comments.
================
Comment at: llvm/lib/Target/ARC/ARCInstrInfo.td:169
+
+ def _cc_f_rru6 : F32_DOP_CC_RRU6<major, mincode, 1, (outs GPR32:$A),
+ (ins immU6:$U6, ccond:$cc, GPR32:$B),
----------------
thomasjohns wrote:
> marksl wrote:
> > This form Defs=[STATUS32] and Refs=[STATUS32]
> Hi Mark, I'm not sure what `Refs` is referring to. Is there something that should be changed here?
Sorry, should be Uses=[STATUS32]
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106497/new/
https://reviews.llvm.org/D106497
More information about the llvm-commits
mailing list