[PATCH] D68338: [AMDGPU] Remove dubious logic in bidirectional list scheduler
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 09:30:24 PDT 2019
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp:234-236
- if (TopCand.Reason == BotCand.Reason) {
- Cand = BotCand;
- GenericSchedulerBase::CandReason TopReason = TopCand.Reason;
----------------
The logic over here looks pretty convoluted to me
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68338/new/
https://reviews.llvm.org/D68338
More information about the llvm-commits
mailing list