[PATCH] D83297: [Attributor][WIP] Attribute scheduling visualization.
Luofan Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 8 10:03:43 PDT 2020
bbn added inline comments.
================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:906
+ InfoCache(InfoCache), CGUpdater(CGUpdater), SG(&DG), Allowed(Allowed),
SeedingPeriod(true) {}
----------------
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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83297/new/
https://reviews.llvm.org/D83297
More information about the llvm-commits
mailing list