[llvm] r321751 - StructurizeCFG: Fix broken backedge detection
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 4 09:19:29 PST 2018
> On Jan 3, 2018, at 20:47, Galina Kistanova via llvm-commits <llvm-commits at lists.llvm.org> wrote:
>
> Hello Matt,
>
> It looks like this commit broke tests to one of our builders:
> http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win <http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win>
>
> . . .
> Failing Tests (1):
> LLVM :: Transforms/StructurizeCFG/AMDGPU/backedge-id-bug.ll
>
> Please have a look?
>
> Thanks
>
> Galina
>
>
It looks like the second testcase variant has an issue with the RegionInfo construction that occurs with expensive checks / -verify-region-info enabled. It happens without the patch too, so I’ll just split that into a separate XFAILed testcase for now
-Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180104/1d96bd20/attachment.html>
More information about the llvm-commits
mailing list