[PATCH] D18354: [mips] Tidy up cnMIPS tablegen definitions. NFC.
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 22 08:52:50 PDT 2016
dsanders created this revision.
dsanders added a reviewer: vkalintiris.
dsanders added a subscriber: llvm-commits.
Herald added a subscriber: dsanders.
In particular, make the cnMIPS predicates much more obvious and prefer
def ... : ... {
let Foo = bar;
}
over:
let Foo = bar in
def ... : ...;
http://reviews.llvm.org/D18354
Files:
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/MipsInstrInfo.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18354.51291.patch
Type: text/x-patch
Size: 8311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160322/3dcb2bc0/attachment.bin>
More information about the llvm-commits
mailing list