[PATCH] D155798: [X86] Support -march=graniterapids-d and update -march=graniterapids
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 20 03:20:04 PDT 2023
RKSimon added inline comments.
================
Comment at: clang/test/Preprocessor/predefined-arch-macros.c:1922
+// RUN: --target=x86_64 \
+// RUN: | FileCheck -match-full-lines %s -check-prefix=CHECK_GNRD_M64
// CHECK_GNR_M64: #define __AES__ 1
----------------
Maybe create a common CHECK_GNR_BASE prefix that you can check graniterapids/graniterapids-d against - currently graniterapids-d is barely testing anything
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155798/new/
https://reviews.llvm.org/D155798
More information about the llvm-commits
mailing list