[PATCH] D106497: Add disassembly for the conditioned RSUB immediate instruction for the ARC backend
Thomas Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 21 15:22:56 PDT 2021
thomasjohns 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),
----------------
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?
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