This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fixed ordering of pass statistics.
ClosedPublic

Authored by vzakhari on Jul 19 2022, 1:31 PM.

Details

Summary

The change makes sure the plain C string statistics names
are properly ordered.

Diff Detail

Event Timeline

vzakhari created this revision.Jul 19 2022, 1:31 PM
vzakhari requested review of this revision.Jul 19 2022, 1:31 PM
rriddle accepted this revision.Jul 19 2022, 1:33 PM
This revision is now accepted and ready to land.Jul 19 2022, 1:33 PM

The original code causes flaky failures like in D130035 (LIT testing failed on Windows and passed on Linux).

This revision was automatically updated to reflect the committed changes.