[PATCH] D98608: [Attributor] Make sure Heap2Stack works properly on a GPU target

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 14 10:47:03 PDT 2021


jdoerfert updated this revision to Diff 330523.
jdoerfert added a comment.

Add test case, ensure malloc and free are nosync


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98608

Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/AttributorAttributes.cpp
  llvm/test/Transforms/Attributor/heap_to_stack.ll
  llvm/test/Transforms/Attributor/heap_to_stack_gpu.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98608.330523.patch
Type: text/x-patch
Size: 60922 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210314/001982d1/attachment.bin>


More information about the llvm-commits mailing list