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

Jon Chesterfield via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 10 03:33:33 PDT 2021


JonChesterfield commandeered this revision.
JonChesterfield edited reviewers, added: dpalermo; removed: JonChesterfield.
JonChesterfield added a comment.

Dan tells me he is no longer available to work on this, at least for the near future.

Datalayout seems necessary if we're going to key codegen off it. Amdgpu and nvptx use different datalayouts and I'm reluctant to duplicate the test so will try adding a simple datalayout that makes adequate sense for either, regenerate the tests based off that as one diff, then recreate this patch on top.

I may not be able to get to this today.


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