[PATCH] D60701: [ARM] add new LLVM addressing modes for v8.1-M and MVE.
Tim Northover via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 15 07:27:05 PDT 2019
t.p.northover added a comment.
This should probably be combined with the first patch that uses these addressing modes so that it can be tested.
================
Comment at: llvm/lib/Target/ARM/ARMInstrFormats.td:112
def AddrModeT2_ldrex : AddrMode<18>;
+def AddrMode_bf : AddrMode<19>;
+def AddrModeT2_i7s4 : AddrMode<20>;
----------------
Why no T2?
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