[PATCH] D129161: [MachinePipeliner] Consider only direct path successors when calculating circuit latency

Hendrik Greving via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 18 12:12:02 PDT 2022


hgreving added a comment.

> 1 -> 2, 1 -> 3, 2 -> 3, and 3 -> 1
> Assume edges are all weighted 1.
> Circuit 1 -> 3 correctly calculated as Latency = 1

1 -> 3 -> 1 should be recurrence length 2, or is the backedge latency 0?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129161



More information about the llvm-commits mailing list