[PATCH] D60701: [ARM] add new LLVM addressing modes for v8.1-M and MVE.
Simon Tatham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 16 01:59:26 PDT 2019
simon_tatham added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMInstrFormats.td:112
def AddrModeT2_ldrex : AddrMode<18>;
+def AddrMode_bf : AddrMode<19>;
+def AddrModeT2_i7s4 : AddrMode<20>;
----------------
t.p.northover wrote:
> Why no T2?
I think just because there's no BF in any other instruction set to need to distinguish it from. I can add "T2" in the name anyway if you prefer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60701/new/
https://reviews.llvm.org/D60701
More information about the llvm-commits
mailing list