[PATCH] D109500: [openmp] Fix 51647, corrupt bitcode on amdgpu

Dan Palermo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 9 15:11:53 PDT 2021


dpalermo added a comment.

While updating the lit test as requested (add -mtriple and run for both amdgcn & nvptx), I found that the alloca addrspace(5) and cast to generic was no longer appearing.  I backed out the change to use DataLayout::getAllocaAddrSpace...and then the modified lit test started passing.  Now investigating what is happening when using DataLayout::getAllocaAddrSpace.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109500/new/

https://reviews.llvm.org/D109500



More information about the llvm-commits mailing list