[PATCH] D34807: [Clang][X86][Goldmont] Adding new target-cpu: Goldmont

Igor Breger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 01:27:34 PDT 2017


igorb added inline comments.


================
Comment at: test/Preprocessor/predefined-arch-macros.c:990
+// RUN: %clang -march=goldmont -m32 -E -dM %s -o - 2>&1 \
+// RUN:     -target i386-unknown-linux \
+// RUN:   | FileCheck %s -check-prefix=CHECK_GLM_M32
----------------
please check all feature , for example AES, PCLMUL, ...


https://reviews.llvm.org/D34807





More information about the llvm-commits mailing list