[PATCH] D13979: Introduction of FeatureX87
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 2 13:57:18 PST 2015
RKSimon added a subscriber: RKSimon.
================
Comment at: lib/Target/X86/X86.td:62
@@ -58,3 +61,3 @@
def FeatureMMX : SubtargetFeature<"mmx","HasMMX", "true",
"Enable MMX instructions">;
----------------
You can reduce the size of the diff if you inherit FeatureX87 in FeatureMMX - all targets which declare FeatureMMX wouldn't then need to be altered.
http://reviews.llvm.org/D13979
More information about the llvm-commits
mailing list