[PATCH] D99542: [MC][ARM] add .w suffixes for RSB/RSBS T1
David Spickett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 1 02:15:34 PDT 2021
DavidSpickett accepted this revision.
DavidSpickett added a comment.
This revision is now accepted and ready to land.
Redo the comments if you like, LGTM otherwise.
================
Comment at: llvm/lib/Target/ARM/ARMInstrThumb2.td:5072
cc_out:$s)>;
+def : t2InstAlias<"rsb${s}${p}.w $Rdn, $Rm",
+ (t2RSBrr rGPR:$Rdn, rGPR:$Rdn, rGPR:$Rm, pred:$p, cc_out:$s)>;
----------------
`// Aliases for RSB with .w, with and without destination register` ?
If that's what you mean about the comments, or just make this all one block.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99542/new/
https://reviews.llvm.org/D99542
More information about the llvm-commits
mailing list