[PATCH] D104059: [WIP][Attributor] Derive AACallEdges attribute

Kuter Dinel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 16 10:07:27 PDT 2021


kuter updated this revision to Diff 352471.
kuter added a comment.

*) Add genericValueTraveral
*) Add test a test for call with select (Doesn't work :/) 
*) Track if there are any unknown callees.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104059

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104059.352471.patch
Type: text/x-patch
Size: 14176 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210616/94ea04c7/attachment.bin>


More information about the llvm-commits mailing list