REPOSITORY rL LLVM ================ Comment at: lib/Basic/Targets.cpp:747 @@ -746,1 +746,3 @@ bool HasQPX; + bool HasBPERMD; + bool HasExtDiv; ---------------- Rather than having the ISA level here, I've opted for the same names in the front end and the back end. If we choose to add group features to the back end for the ISA level, we can revisit doing it here as well.
http://reviews.llvm.org/D8398 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
