[PATCH] D106859: [Sink] allow sinking convergent operations across uniform branches

Sameer Sahasrabuddhe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 11 01:14:27 PDT 2021


sameerds added a comment.

Bump!

In D106859#2927585 <https://reviews.llvm.org/D106859#2927585>, @sameerds wrote:

> Replaced the full-fledged divergence analysis with a trivial
> DivergenceInfo object instead. The change also allows short-circuiting
> the divergence analysis in lit tests, as demonstrated by changes to
> LoopUnswitch.




Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106859



More information about the llvm-commits mailing list