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

Valery Pykhtin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 09:45:33 PDT 2022


vpykhtin added a comment.

In D136918#3891234 <https://reviews.llvm.org/D136918#3891234>, @foad wrote:

> I don't understand this. Why would the liveouts of A and B be different from the liveins of C?

You're right - live-outs of A //and// B are live-ins to C, but in this case we're trying to use live-outs of only A or only B as live-ins to C.


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