[PATCH] D100917: [NewPM] Only invalidate modified functions' analyses in CGSCC passes
Arthur Eubanks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 22 14:19:57 PDT 2021
aeubanks updated this revision to Diff 339782.
aeubanks added a comment.
Herald added subscribers: cfe-commits, steven_wu.
Herald added a project: clang.
add test
use CFGAnalyses
uncovered another place in updateCGAndAnalysisManager() to change
depends on D101017 <https://reviews.llvm.org/D101017>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100917/new/
https://reviews.llvm.org/D100917
Files:
clang/test/CodeGen/thinlto-distributed-newpm.ll
llvm/lib/Analysis/CGSCCPassManager.cpp
llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
llvm/lib/Transforms/IPO/FunctionAttrs.cpp
llvm/lib/Transforms/IPO/Inliner.cpp
llvm/test/Transforms/Inline/analysis-invalidation.ll
llvm/test/Transforms/Inline/cgscc-incremental-invalidate.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100917.339782.patch
Type: text/x-patch
Size: 25869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210422/7d841a5d/attachment-0001.bin>
More information about the cfe-commits
mailing list