================ @@ -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 ---------------- mahesh-attarde wrote:
please replace "+avx512f,+avx512bf16" with "avx10.1" https://github.com/llvm/llvm-project/pull/208408 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
