[PATCH] D94372: [X86][AMX] Prohibit pointer cast on load.
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 10 04:59:09 PST 2021
lebedev.ri requested changes to this revision.
lebedev.ri added a comment.
This revision now requires changes to proceed.
I'm not sure this is moving in the right direction.
Pointer types are going away, so if something depends on the actual type of the load/store, then that code is broken.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94372/new/
https://reviews.llvm.org/D94372
More information about the llvm-commits
mailing list