[PATCH] D98247: [X86][AMX] Prevent transforming load pointer from <256 x i32>* to x86_amx*.
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 9 04:53:29 PST 2021
LuoYuanke added a comment.
In D98247#2613648 <https://reviews.llvm.org/D98247#2613648>, @lebedev.ri wrote:
> I'm not really convinced this is moving in the right direction.
> other side of the problem should be fixed.
Thanks for review. Prohibiting the transform of pointer cast from <256 x i32>* to x86_amx* looks straight forward. I also try another way in patch https://reviews.llvm.org/D93788, but it seems not as good as prohibit pointer cast. Do you have any suggestions? I would like to try if you have any good idea on it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98247/new/
https://reviews.llvm.org/D98247
More information about the llvm-commits
mailing list