[PATCH] D129667: [AMDGPU] Update the mechanism used to check for cycles and add eges in power-sched mutation

Jeffrey Byrnes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 10:14:46 PDT 2022


jrbyrnes updated this revision to Diff 444708.
jrbyrnes added a comment.

Address review comments.

Additionally, add some quick checks to potentially avoid calls to DAG->canAddEdge() / handle edge case where ExitSU is treated as predecessor in DAG->canAddEdge()


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129667

Files:
  llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  llvm/test/CodeGen/AMDGPU/power-sched-no-cycle.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129667.444708.patch
Type: text/x-patch
Size: 4986 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220714/a0daa3be/attachment.bin>


More information about the llvm-commits mailing list