[clang] [llvm] [X86] AVX10_V2_AUX Implementation (PR #206888)
Evgenii Kudriashov via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 11 09:53:19 PDT 2026
================
@@ -691,15 +691,23 @@
// RUN: %clang -target i686-unknown-linux-gnu -march=atom -mavx10.1 -mno-avx512f -x c -E -dM -o - %s | FileCheck -check-prefix=NO-AVX10_1 %s
// RUN: %clang -target i686-unknown-linux-gnu -march=atom -mavx10.2 -x c -E -dM -o - %s | FileCheck -check-prefixes=AVX10_1,AVX10_2 %s
// RUN: %clang -target i686-unknown-linux-gnu -march=atom -mavx10.2 -mno-avx10.1 -x c -E -dM -o - %s | FileCheck -check-prefixes=NO-AVX10_1,NO-AVX10_2 %s
+// RUN: %clang -target i686-unknown-linux-gnu -march=atom -mavx10v2aux -x c -E -dM -o - %s | FileCheck -check-prefixes=AVX10_1,AVX10_V2_AUX %s
+// RUN: %clang -target i686-unknown-linux-gnu -march=atom -mavx10v2aux -x c -E -dM -o - %s | FileCheck -check-prefix=NO-AVX10_2_ONLY %s
----------------
e-kud wrote:
Can we combine these two lines?
https://github.com/llvm/llvm-project/pull/206888
More information about the cfe-commits
mailing list