[PATCH] D103441: [SLP] Avoid std::stable_sort(properlyDominates()).

Harald van Dijk via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 1 01:55:39 PDT 2021


hvdijk added a comment.

In D103441#2790475 <https://reviews.llvm.org/D103441#2790475>, @lebedev.ri wrote:

> Can this be separated into two changes: ignoring unreachable blocks and changing sorting?

If this is approved I can push it as two separate commits, if preferred, but the change to the sorting cannot be done without the ignoring of unreachable blocks, and Phabricator cannot handle changes that depend on other changes as far as I know.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103441



More information about the llvm-commits mailing list