[PATCH] D83297: [Attributor][WIP] Attribute scheduling visualization.
Stefan Stipanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 8 10:34:13 PDT 2020
sstefan1 added inline comments.
================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:906
+ InfoCache(InfoCache), CGUpdater(CGUpdater), SG(&DG), Allowed(Allowed),
SeedingPeriod(true) {}
----------------
bbn wrote:
> Is this patch based on D83185 ? But I think those are 2 irrelevant patches, right? Maybe you should create a branch from master and apply changes to that.
That is fine, as long as allow list goes in first.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83297/new/
https://reviews.llvm.org/D83297
More information about the llvm-commits
mailing list