[PATCH] [mips][microMIPS] Implement ADDIUPC instruction
Sasa Stankovic
Sasa.Stankovic at imgtec.com
Tue Jan 20 08:24:36 PST 2015
LGTM, with a change.
================
Comment at: lib/Target/Mips/MicroMipsInstrInfo.td:354
@@ +353,3 @@
+class AddImmUPC<string opstr, RegisterOperand RO> :
+ InstSE<(outs RO:$rs), (ins simm23_lsl2:$imm),
+ !strconcat(opstr, "\t$rs, $imm"), [], NoItinerary, FrmR>;
----------------
This line is unaligned.
http://reviews.llvm.org/D6582
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list