[PATCH] [mips] Add highly experimental support for MIPS-I, MIPS-II, MIPS-III, and MIPS-V
Vladimir Medic
Vladimir.Medic at imgtec.com
Wed May 7 08:38:25 PDT 2014
Again, I'm not sure if the 80 characters per line limit applies to test files, since the run commands exceed this limit. One line in the td files also does that. Other then that, the patch looks good to me.
================
Comment at: lib/Target/Mips/Mips.td:95
@@ -89,3 +94,3 @@
"Mips32 ISA Support",
- [FeatureCondMov, FeatureBitCount]>;
+ [FeatureMips2, FeatureCondMov, FeatureBitCount]>;
def FeatureMips32r2 : SubtargetFeature<"mips32r2", "MipsArchVersion",
----------------
Exceeds 80 characters
http://reviews.llvm.org/D3569
More information about the llvm-commits
mailing list