[PATCH] D15280: [ARMv8-M] [7/9] Add ARMv8-M security extension instructions to ARMv8-M Baseline/Mainline
Bradley Smith via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 14 07:13:34 PST 2016
bsmith added inline comments.
================
Comment at: lib/Target/ARM/ARMInstrVFP.td:207
@@ +206,3 @@
+//
+let mayLoad = 1 in
+def VLLDM : AXSI4<(outs), (ins GPRnopc:$Rn, pred:$p), IndexModeNone,
----------------
t.p.northover wrote:
> So don't they need to be marked Has8MSecExt too?
Sorry yes, I missed this.
Repository:
rL LLVM
http://reviews.llvm.org/D15280
More information about the llvm-commits
mailing list