[PATCH] D155798: [X86] Support -march=graniterapids-d and update -march=graniterapids

Freddy, Ye via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 20 17:05:38 PDT 2023


FreddyYe marked an inline comment as done.
FreddyYe added inline comments.


================
Comment at: clang/test/Preprocessor/predefined-arch-macros.c:1925
 // CHECK_GNR_M64: #define __AMX_BF16__ 1
-// CHECK_GNR_M64: #define __AMX_COMPLEX__ 1
+// CHECK_GNR_M64-NOT: #define __AMX_COMPLEX__ 1
+// CHECK_GNRD_M64: #define __AMX_COMPLEX__ 1
----------------
RKSimon wrote:
> Won't this fail on the graniterapids-d run?
Whops, I didn't realize this problem before! But it indeed doesn't fail. Need to figure out why...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155798/new/

https://reviews.llvm.org/D155798



More information about the cfe-commits mailing list