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

Kuter Dinel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 16 11:29:43 PDT 2021


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

Fix code styling.

there is not much I can do with the clang tidy since.

- I can't rename nodes_begin, it is needed for GraphTraits.
- And you should never desconstruct a AACallGraphNode.


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.352488.patch
Type: text/x-patch
Size: 14239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210616/aac67b40/attachment.bin>


More information about the llvm-commits mailing list