[PATCH] D124903: [X86][AMX] Replace PXOR instruction with SET0 in AMX pre config.
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 3 23:48:46 PDT 2022
LuoYuanke added a comment.
In D124903#3490350 <https://reviews.llvm.org/D124903#3490350>, @craig.topper wrote:
> Is it possible to get it to use a register other than xmm0 in a test? Maybe add a vector function argument?
Done in test/CodeGen/X86/AMX/amx-config.ll which is used to test the stack slot initialization for different target features.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124903/new/
https://reviews.llvm.org/D124903
More information about the llvm-commits
mailing list