[PATCH] D136918: [AMDGPU] Scheduler: fix RP calculation for a MBB with one successor

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 09:59:24 PST 2023


rampitec accepted this revision.
rampitec added a comment.
This revision is now accepted and ready to land.

LGTM, but please add a comment why are you checking predecessors here. Something like: "Live-ins of a successor are the same as live-outs of a predecessor, but subreg mask may be different for different predecessors."


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136918



More information about the llvm-commits mailing list