[PATCH] D16353: [mips] MIPS32R6 compact branch support
Simon Dardis via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 7 03:25:27 PST 2016
sdardis added inline comments.
================
Comment at: lib/Target/Mips/MipsInstrInfo.td:1118-1122
@@ -1107,2 +1117,7 @@
+// Wait
+class WAIT_FT<string opstr> :
+ InstSE<(outs), (ins), opstr, [], NoItinerary, FrmOther, opstr>;
+}
+
// Interrupts
----------------
dsanders wrote:
> Why move this above DEI_FT?
I was grouping it syscall/break/(d)eret classes so I could mark them all with one let isCTI =1 {..}. Want me to move it back?
http://reviews.llvm.org/D16353
More information about the llvm-commits
mailing list