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

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 1 02:07:35 PDT 2021


lebedev.ri added a comment.

In D103441#2790485 <https://reviews.llvm.org/D103441#2790485>, @hvdijk wrote:

> 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.

See `Edit related revisions`


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