[PATCH] D98820: [NewPM] Verify LoopAnalysisResults after a loop pass

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 14 22:55:31 PDT 2021


uabelho added a comment.

In D98820#2864043 <https://reviews.llvm.org/D98820#2864043>, @uabelho wrote:

> I wrote
>  https://bugs.llvm.org/show_bug.cgi?id=51020
> about a case where the verifier finds something to complain about.

The original reproducer in PR51020 used loop-unroll-full but I've found cases failing the same way with loop-reroll. I updated the PR with this case too.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98820/new/

https://reviews.llvm.org/D98820



More information about the llvm-commits mailing list