[PATCH] D150002: [AMDGPU] Fix crash with 160-bit p7's by manually defining getPointerTy
Krzysztof Drewniak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 9 09:27:11 PDT 2023
krzysz00 added a comment.
@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.
But I would prefer to go that route if it's something you think everyone'll be OK with
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