[PATCH] D78861: [Attributor] [WIP] Track AA dependency using dependency graph

Luofan Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 6 01:02:07 PDT 2020


bbn updated this revision to Diff 268998.
bbn retitled this revision from "[Attributor] Track AA dependency using dependency graph" to "[Attributor] [WIP] Track AA dependency using dependency graph".
bbn added a comment.

- Use `AbstractAttribute` directly as the dependency graph node
- Added opt options to dump and print the dependency graph


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

https://reviews.llvm.org/D78861

Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/Attributor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78861.268998.patch
Type: text/x-patch
Size: 8908 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200606/f2efa355/attachment.bin>


More information about the llvm-commits mailing list