[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 10:34:27 PDT 2023


krzysz00 added a comment.

We could probably special-case around it, but ... for temporarily un-breaking higher-level analyses that end up looking at TargetTransformInfo, we can probably either go for the vector type or lie.


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