[PATCH] D118538: [SLP] Schedule only sub-graph of vectorizable instructions

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 03:27:25 PDT 2022


uabelho added a comment.

In D118538#3359672 <https://reviews.llvm.org/D118538#3359672>, @uabelho wrote:

> I wrote
>  https://github.com/llvm/llvm-project/issues/54197
> and
>  https://github.com/llvm/llvm-project/issues/54198
> about the two problems I've seen.

I've verified that the above two problems I saw both disappeared with 6253b77da9 <https://reviews.llvm.org/rG6253b77da9f3fd7ee3286a2b4d39e87b0f0f55f5>:

  [SLP] Respect control dependence within a block during scheduling


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118538



More information about the llvm-commits mailing list