[clang] [llvm] [X86][AVX10.2] Decouple AMX-AVX512 from AVX10.2 (PR #148633)
Evgenii Kudriashov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 23 17:24:58 PDT 2025
e-kud wrote:
> > TBH I'm not sure if we need to add `avx512f,evex512` to intrinsics attributes and/or to `.td` as well.
>
> Yes, we need them for now. Otherwise, we cannot allocate ZMM registers.
What about `amx-tile`? It looks like it should be a predicate for all AMX instructions. But currently we ignore it.
https://github.com/llvm/llvm-project/pull/148633
More information about the llvm-commits
mailing list