This is an archive of the discontinued LLVM Phabricator instance.

[utils] Allow better identification of matching blocks in update_mca_test_checks.py
ClosedPublic

Authored by gbedwell on Sep 26 2018, 9:36 AM.

Details

Summary

Insert empty blocks to cause the positions of matching blocks to match across lists where possible so that later stages of the algorithm can actually identify them as being identical.

Regenerated all tests with this change.

Diff Detail

Repository
rL LLVM

Event Timeline

andreadb accepted this revision.Sep 26 2018, 9:55 AM

LGTM.

Thanks

This revision is now accepted and ready to land.Sep 26 2018, 9:55 AM
This revision was automatically updated to reflect the committed changes.