This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Reporting rules covered as part of the InstructionSelect's debug-only printing
ClosedPublic

Authored by rtereshin on Apr 25 2018, 5:06 PM.

Details

Summary

The main goal of this change is to make it much easier to track which rules are actually covered by Testgen'erated regression tests.

Originally part of the larger https://reviews.llvm.org/D43962 ([GlobalISel][utils] Adding the init version of Instruction Select Testgen) patch, extracted as to make it smaller and more targeted.

Partially reviewed by @dsanders within the patch mentioned.

Diff Detail

Repository
rL LLVM

Event Timeline

rtereshin created this revision.Apr 25 2018, 5:06 PM
aemerson accepted this revision.Apr 26 2018, 8:11 AM
This revision is now accepted and ready to land.Apr 26 2018, 8:11 AM
This revision was automatically updated to reflect the committed changes.