[PATCH] Add Clang support for remaining integer divide and permute instructions from ISA 2.06
Nemanja Ivanovic
nemanja.i.ibm at gmail.com
Wed Mar 25 18:58:23 PDT 2015
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/
More information about the cfe-commits
mailing list