[PATCH] D79855: [AMDGPU] Strengthen export cluster ordering

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 07:32:40 PDT 2020


foad accepted this revision.
foad added a comment.

In D79855#2033855 <https://reviews.llvm.org/D79855#2033855>, @critson wrote:

> Address (1) by only processing on export nodes.
>  Since there is no way to remove a successor directly, use the
>  existing removeExportDependencies code and simply apply it to
>  successors.


Thanks. For a future cleanup it should be pretty easy to implement SUnit::removeSucc.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79855





More information about the llvm-commits mailing list