[PATCH] D101379: [NewPM] Properly handle GlobalsAA in the default pipelines
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 3 13:49:36 PDT 2021
aeubanks updated this revision to Diff 342536.
aeubanks added a comment.
Herald added subscribers: wenlei, nikic, steven_wu.
don't mess with second GlobalsAA yet, that should be separated out since it's causing extra invalidation
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101379/new/
https://reviews.llvm.org/D101379
Files:
llvm/include/llvm/Transforms/IPO/Inliner.h
llvm/lib/Passes/PassBuilder.cpp
llvm/test/Other/new-pm-defaults.ll
llvm/test/Other/new-pm-thinlto-defaults.ll
llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
llvm/test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll
llvm/test/Other/opt-O3-pipeline.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101379.342536.patch
Type: text/x-patch
Size: 9012 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210503/8c43bf05/attachment.bin>
More information about the llvm-commits
mailing list