This is an archive of the discontinued LLVM Phabricator instance.

Python script to check coverage of misched info
ClosedPublic

Authored by christof on Oct 9 2015, 9:10 AM.

Details

Summary

The script prints csv of all misched models of a target when given the
output of the debug output of subtarget using:

llvm-tblgen --gen-subtarget --debug-only=subtarget-emitter ...

With thanks to Dave Estes for mentioning the idea at 2014 LLVM
Developers' Meeting.

Diff Detail

Event Timeline

christof updated this revision to Diff 36955.Oct 9 2015, 9:10 AM
christof retitled this revision from to Python script to check coverage of misched info.
christof updated this object.
christof added reviewers: cestes, atrick, aschwaighofer.
christof added a subscriber: llvm-commits.
atrick edited edge metadata.Oct 9 2015, 11:25 AM
atrick added a subscriber: atrick.

LGTM. Thanks for sharing the script.

Andy

atrick accepted this revision.Oct 9 2015, 11:25 AM
atrick edited edge metadata.
This revision is now accepted and ready to land.Oct 9 2015, 11:25 AM

As this is my first contribution, I don't have commit access.
Can I ask somebody to commit this for me?

Thanks,
Christof

jmolloy closed this revision.Oct 12 2015, 1:53 AM
jmolloy added a subscriber: jmolloy.

Hi Christof,

I have committed this for you in r250020.

Cheers,

James