[PATCH] D102345: [Passes] Run GlobalsAA before LICM during LTO in new PM.
Vlad Vereschaka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 13 17:57:50 PDT 2021
vvereschaka added a comment.
Hi @fhahn,
these changes breaks the `new-pm-lto-defaults.ll` test on the cross win-x-arm linux cross builders:
- https://lab.llvm.org/buildbot/#/builders/119/builds/3775/steps/8/logs/FAIL__LLVM__new-pm-lto-defaults_ll
- https://lab.llvm.org/buildbot/#/builders/60/builds/3287/steps/8/logs/FAIL__LLVM__new-pm-lto-defaults_ll
The problem is the test expects the following pattern: `Running pass: InvalidateAnalysisPass<llvm::AAManager> on foo`
but it gets `Running pass: InvalidateAnalysisPass<class llvm::AAManager> on foo` from the input.
Would you take care of it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102345/new/
https://reviews.llvm.org/D102345
More information about the llvm-commits
mailing list