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

Carl Ritson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 07:00:15 PDT 2020


critson updated this revision to Diff 263699.
critson added a comment.

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.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79855

Files:
  llvm/lib/Target/AMDGPU/AMDGPUExportClustering.cpp
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.exp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79855.263699.patch
Type: text/x-patch
Size: 3599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200513/f9d34468/attachment.bin>


More information about the llvm-commits mailing list