[PATCH] D135932: [X86] Add AVX-IFMA instructions.
Simon Pilgrim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 14 01:17:39 PDT 2022
RKSimon added inline comments.
================
Comment at: clang/test/CodeGen/avxifma-builtins.c:1
+// RUN: %clang_cc1 -ffreestanding %s -triple=x86_64-apple-darwin -target-feature +avxifma -emit-llvm -o - -Wall -Werror | FileCheck %s
+
----------------
32-bit test coverage?
================
Comment at: clang/test/Preprocessor/predefined-arch-macros-x86.c:35
// X86_64_V3: #define __AVX2__ 1
-// X86_64_V3-NEXT: #define __AVX__ 1
+// X86_64_V3 : #define __AVX__ 1
// X86_64_V3: #define __BMI2__ 1
----------------
?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135932/new/
https://reviews.llvm.org/D135932
More information about the cfe-commits
mailing list