[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 18 10:14:46 PDT 2021


jhuber6 updated this revision to Diff 346208.
jhuber6 edited the summary of this revision.
jhuber6 added a comment.

Adding a pattern match check so this picks up on the code Clang currently generates. This is a temporary solution to improve performance until a full runtime rewrite can be landed.


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.346208.patch
Type: text/x-patch
Size: 10410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210518/f6c2e555/attachment.bin>


More information about the llvm-commits mailing list