[PATCH] D102345: [Passes] Run GlobalsAA before LICM during LTO in new PM.

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Thu May 13 18:14:18 PDT 2021


Should be fixed with ab6a609d961181bbac0d1ea0a830061049990020.

On Thu, May 13, 2021 at 5:57 PM Vlad Vereschaka via Phabricator <
reviews at reviews.llvm.org> wrote:

> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210513/fe5fd354/attachment.html>


More information about the llvm-commits mailing list