[PATCH] D150002: [AMDGPU] Fix crash with 160-bit p7's by manually defining getPointerTy
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 9 09:34:07 PDT 2023
arsenm added a comment.
In D150002#4329912 <https://reviews.llvm.org/D150002#4329912>, @krzysz00 wrote:
> @arsenm Given that, from what I can tell, MVT is the type for "things some architecture somewhere needed for codegen", I was somewhat concerned that adding MVT::i160 might break legalization or something.
I doubt it will break anything. Most everything looks for next-power-of-2 and wouldn't see it
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150002/new/
https://reviews.llvm.org/D150002
More information about the llvm-commits
mailing list