[PATCH] D125075: [X86][AMX] Multiple configure for AMX register.
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 23 19:48:49 PDT 2022
LuoYuanke added inline comments.
================
Comment at: llvm/test/CodeGen/X86/AMX/amx-across-func.ll:619
+; O0-NEXT: popq %rbp
+; O0-NEXT: tilerelease
+; O0-NEXT: retq
----------------
xiangzhangllvm wrote:
> We may need reconfig if tilerelease
Config is based on function unit. Each function that use AMX should reconfig. If it doesn't touch AMX, no config is required.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125075/new/
https://reviews.llvm.org/D125075
More information about the llvm-commits
mailing list