More specifically:
- Use variable after move.
- steady_clock needs to be used for measuring time intervals, but not the system_clock.
Differential D106513
[mlir] Fix various issues in TimerImpl. ClosedPublic Authored by rdzhabarov on Jul 21 2021, 5:19 PM.
Details
Summary More specifically:
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 15 others. · View Herald TranscriptJul 21 2021, 5:19 PM This revision is now accepted and ready to land.Jul 21 2021, 5:48 PM Closed by commit rG1dd37975b56e: [mlir] Fix various issues in TimerImpl. (authored by rdzhabarov). · Explain WhyJul 21 2021, 8:45 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 360692 mlir/lib/Support/Timing.cpp
|