[mlir] Fix various issues in TimerImpl.
More specifically: 1) Use variable after move. 2) steady_clock needs to be used for measuring time intervals, but not the system_clock. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D106513
Loading
Please sign in to comment