This is an archive of the discontinued LLVM Phabricator instance.

[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
misattributed to a timer that wasn't it's parent.

Diff Detail

Event Timeline

rriddle created this revision.Aug 30 2022, 3:26 PM
rriddle requested review of this revision.Aug 30 2022, 3:26 PM
mehdi_amini accepted this revision.Sep 2 2022, 10:11 AM
This revision is now accepted and ready to land.Sep 2 2022, 10:11 AM