[PATCH] D150002: [AMDGPU] Fix crash with 160-bit p7's by manually defining getPointerTy

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 09:05:34 PDT 2023


arichardson added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIISelLowering.cpp:982
 
+/// Map address space 7 to MVT::i128 because that's its in-memory
+/// representation. This doesn't ultimately matter because address space 7
----------------
Comment needs updating for the v5 change


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