[PATCH] D86852: [Attributor] Split the runTillFixpoint function.
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 30 13:42:31 PDT 2020
jdoerfert added inline comments.
================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:1432
+ SmallVector<AbstractAttribute *, 32> &ChangedAAs,
+ SetVector<AbstractAttribute *> &Worklist);
+
----------------
Use ` SmallVectorImpl<AbstractAttribute *>` in APIs, or `ArrayRef<...>`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86852/new/
https://reviews.llvm.org/D86852
More information about the llvm-commits
mailing list