In particular, make the cnMIPS predicates much more obvious and prefer
def ... : ... { let Foo = bar; }
over:
let Foo = bar in def ... : ...;
Paths
| Differential D18354
[mips] Tidy up cnMIPS tablegen definitions. NFC. ClosedPublic Authored by dsanders on Mar 22 2016, 8:52 AM.
Details Summary In particular, make the cnMIPS predicates much more obvious and prefer def ... : ... { let Foo = bar; } over: let Foo = bar in def ... : ...;
Diff Detail Event Timelinedsanders updated this object. This revision is now accepted and ready to land.Mar 23 2016, 3:43 AM
Revision Contents
Diff 51291 lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/MipsInstrInfo.td
|