[PATCH] D28018: AMD family 17h (znver1) enablement

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 8 09:23:57 PST 2017


RKSimon added inline comments.


================
Comment at: lib/Basic/Targets.cpp:3189
     break;
+  case CK_ZNVER1:
+    setFeatureEnabledImpl(Features, "adx", true);
----------------
Same as what I asked on D28017 - is there an accepted order that we should be using here?


https://reviews.llvm.org/D28018





More information about the llvm-commits mailing list