[PATCH] D124111: [AMDGPU]: Fix failing assertion in SIMachineScheduler
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 21 01:47:16 PDT 2022
foad added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp:1141
-#endif
- SubGraph = DAG->GetTopo()->GetSubGraph(DAG->SUnits[j], SU,
- HasSubGraph);
----------------
Can you confirm that these subgraph-based checks are no longer required? Is that because your new check is stronger?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124111/new/
https://reviews.llvm.org/D124111
More information about the llvm-commits
mailing list