[PATCH] D83297: [Attributor][WIP] Attribute scheduling visualization.

Kuter Dinel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 14:18:20 PDT 2020


kuter marked an inline comment as done.
kuter added inline comments.


================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:906
+        InfoCache(InfoCache), CGUpdater(CGUpdater), SG(&DG), Allowed(Allowed),
         SeedingPeriod(true) {}
 
----------------
sstefan1 wrote:
> 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.
@bbn
Seeding allow list was originally meant for this patch 😄 .


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

https://reviews.llvm.org/D83297





More information about the llvm-commits mailing list