[clang] [llvm] [X86] Add ACE v1 (AI Compute Extensions) support (PR #208408)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 10 02:09:20 PDT 2026
================
@@ -0,0 +1,85 @@
+// RUN: %clang_cc1 %s -ffreestanding -triple=x86_64-unknown-unknown \
+// RUN: -target-feature +acev1 -target-feature +avx512f \
+// RUN: -emit-llvm -o - -Wall -Werror | FileCheck %s
----------------
mahesh-attarde wrote:
What is testing purpose in context of ACE?
https://github.com/llvm/llvm-project/pull/208408
More information about the cfe-commits
mailing list