[PATCH] D86587: wq[WIP][Attributor] Per function iteration and memory tracking.

Kuter Dinel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 25 20:43:12 PDT 2020


kuter created this revision.
Herald added subscribers: llvm-commits, okura, uenoku, hiraditya.
Herald added a reviewer: uenoku.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: homerdin.
Herald added a project: LLVM.
kuter requested review of this revision.
Herald added a reviewer: sstefan1.
Herald added a reviewer: baziotis.
Herald added a subscriber: bbn.

This patch makes the attribute iterate on per function (and it's deps)
function basis. This way we don't have to have all AAs in memory at
once.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86587

Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/lib/Transforms/IPO/AttributorAttributes.cpp
  llvm/lib/Transforms/IPO/OpenMPOpt.cpp
  llvm/test/Transforms/Attributor/allow_list.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86587.287821.patch
Type: text/x-patch
Size: 26129 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200826/bde2ab5b/attachment-0001.bin>


More information about the llvm-commits mailing list