[PATCH] D39190: [ARM] tSETEND needs IsThumb
Oliver Stannard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 24 02:06:12 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL316421: [ARM] tSETEND needs IsThumb (authored by olista01).
Changed prior to commit:
https://reviews.llvm.org/D39190?vs=119882&id=120015#toc
Repository:
rL LLVM
https://reviews.llvm.org/D39190
Files:
llvm/trunk/lib/Target/ARM/ARMInstrThumb.td
Index: llvm/trunk/lib/Target/ARM/ARMInstrThumb.td
===================================================================
--- llvm/trunk/lib/Target/ARM/ARMInstrThumb.td
+++ llvm/trunk/lib/Target/ARM/ARMInstrThumb.td
@@ -338,7 +338,7 @@
}
def tSETEND : T1I<(outs), (ins setend_op:$end), NoItinerary, "setend\t$end",
- []>, T1Encoding<0b101101>, Requires<[IsNotMClass]>, Deprecated<HasV8Ops> {
+ []>, T1Encoding<0b101101>, Requires<[IsThumb, IsNotMClass]>, Deprecated<HasV8Ops> {
bits<1> end;
// A8.6.156
let Inst{9-5} = 0b10010;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39190.120015.patch
Type: text/x-patch
Size: 571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171024/ce1daaeb/attachment.bin>
More information about the llvm-commits
mailing list