[clang] [compiler-rt] [llvm] [X86] AVX10_V2_AUX Implementation (PR #206888)

via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 7 13:56:32 PDT 2026


================
@@ -213,6 +214,10 @@ void f_x86_64_v4(void) {}
 __attribute__((target("avx10.1")))
 void f_avx10_1(void) {}
 
+// CHECK: [[f_avx10_v2_aux]] = {{.*}}"target-cpu"="i686" "target-features"="{{.*}}+avx10v2aux{{.*}}"
----------------
ganeshgit wrote:

Done!

https://github.com/llvm/llvm-project/pull/206888


More information about the cfe-commits mailing list