[PATCH] [ARM] Add v8.1a "Privileged Access Never" extension
Vladimir Sukharev
vladimir.sukharev at arm.com
Tue Mar 31 08:45:43 PDT 2015
REPOSITORY
rL LLVM
================
Comment at: lib/Target/ARM/ARMInstrInfo.td:4395
@@ -4368,2 +4394,3 @@
IIC_iTSTi, IIC_iTSTr, IIC_iTSTsr,
- BinOpFrag<(ARMcmpZ (and_su node:$LHS, node:$RHS), 0)>, 1>;
+ BinOpFrag<(ARMcmpZ (and_su node:$LHS, node:$RHS), 0)>, 1,
+ "DecodeTSTInstruction">;
----------------
jmolloy wrote:
> Why is this change required?
to correctly pass tests added in test/MC/Disassembler/ARM/armv8.1a.txt
http://reviews.llvm.org/D8504
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list