[PATCH] D19684: Power9 - Support for -mcpu=pwr9 in the front end

Nemanja Ivanovic via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 28 13:09:50 PDT 2016


nemanjai added inline comments.

================
Comment at: lib/Basic/Targets.cpp:1239
@@ -1227,1 +1238,3 @@
+  if (defs & ArchDefinePwr9)
+    Builder.defineMacro("_ARCH_PWR9");
   if (defs & ArchDefineA2)
----------------
Come to think of it - I should add a test case for this macro. It will be on the next revision if one is required or in the actual commit otherwise.


Repository:
  rL LLVM

http://reviews.llvm.org/D19684





More information about the cfe-commits mailing list