[PATCH] D124376: [Passes] Remove legacy LoopUnswitch pass.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 08:49:48 PDT 2022


efriedma added a comment.

> After replacing the LoopUnswitch with SimpleLoopUnswitch in Polly's
> CodeGenCleanup.cpp, there is one polly test failing. @Meinersbur is
> updating the test the right way forward here?

>From the FileCheck output, it looks like the change is just that the name of the basic block is different?  polly debug output depends on LLVM IR names.  Just updating the test should be fine.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124376



More information about the llvm-commits mailing list