[PATCH] D150002: [AMDGPU] Fix crash with 160-bit p7's by manually defining getPointerTy
Douglas Yung via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 12 19:06:15 PDT 2023
dyung added a comment.
Just a heads up that we noticed in our internal testing that llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-non-integral-address-spaces-vectors.ll failed in a release build without assertions because it is looking for a crash that is caused by an assertion failure. I've added that requirement to the test in 97b73e3 <https://reviews.llvm.org/rG97b73e35eb0fdce64a94c0730b8dbe0a8ed06ba7>.
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