[PATCH] D97818: [OpenMP] Replace GPU globalization calls with shared memory in the middle-end

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 4 07:10:41 PDT 2021


jhuber6 updated this revision to Diff 342721.
jhuber6 added a comment.

Changing the method for determining valid allocation calls to use `AAExecutionDomain` introduced in D101578 <https://reviews.llvm.org/D101578>. Currently, this doesn't work with the code Clang generates but will soon.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97818

Files:
  llvm/lib/Transforms/IPO/OpenMPOpt.cpp
  llvm/test/Transforms/OpenMP/replace_globalization.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97818.342721.patch
Type: text/x-patch
Size: 8049 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210504/83067f15/attachment.bin>


More information about the llvm-commits mailing list