[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
Mon May 8 08:46:04 PDT 2023
krzysz00 added a comment.
The problem with using `v5i32` as the MVT is that you get an inevitable crash when you `getValueType()` on a vector of p7's per https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/CodeGen/TargetLowering.h#L1520
Which ... having looked, could well be fine
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