This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Pass] Add a timing scope for the verifier runs
Needs ReviewPublic

Authored by rriddle on Feb 10 2023, 10:48 PM.

Details

Reviewers
mehdi_amini
Summary

We lost this when the verifier was changed to no longer
be a pass. The verifier can often be long running, and
without a proper scope it gets included into the pass time
(which can give an incorrect idea of where time is being
spent).

Depends on D143807

Diff Detail

Event Timeline

rriddle created this revision.Feb 10 2023, 10:48 PM
rriddle requested review of this revision.Feb 10 2023, 10:48 PM
Matt added a subscriber: Matt.Jun 12 2023, 2:08 PM