This fixes a bug where, depending on thread usage, a pipeline may be
misattributed to a timer that wasn't it's parent.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D132979
[mlir:PassTiming] Always use parentInfo for determining pipeline parent scope ClosedPublic Authored by rriddle on Aug 30 2022, 3:26 PM.
Details Summary This fixes a bug where, depending on thread usage, a pipeline may be
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 2 2022, 10:11 AM Closed by commit rGd1ef9f142e58: [mlir:PassTiming] Always use parentInfo for determining pipeline parent scope (authored by rriddle). · Explain WhySep 7 2022, 4:41 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 456806 mlir/lib/Pass/PassTiming.cpp
|