[clang] [llvm] [X86] Add ACE v1 (AI Compute Extensions) support (PR #208408)

via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 1 09:09:36 PDT 2026


================
@@ -0,0 +1,99 @@
+; ACE v1 Greedy Register Allocation Test
+; Tests that tile registers are allocated correctly in a separate pass
+; Note: ACE v1 uses TILEMOVROW to extract tile data (not TILESTORED)
+;
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+acev1,+avx512f,+avx512bf16 -verify-machineinstrs -stop-after x86-tile-config | FileCheck %s
----------------
ganeshgit wrote:

Done!

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


More information about the cfe-commits mailing list