[MISched] Python script to check coverage of misched info
authorJames Molloy <james.molloy@arm.com>
Mon, 12 Oct 2015 08:50:47 +0000 (08:50 +0000)
committerJames Molloy <james.molloy@arm.com>
Mon, 12 Oct 2015 08:50:47 +0000 (08:50 +0000)
commitd9fcabcdd39332a57c8b3e6e55ce21ef4fbdc336
tree6114afcf161512df95dbf27578fab994c6662e30
parent87cb71d23ec5fcdf9d94727f4f917c8853eed2c6
[MISched] Python script to check coverage of misched info

This script prints a 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 the 2014 LLVM Developers' Meeting.

Patch by Christof Douma!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250020 91177308-0d34-0410-b5e6-96231b3b80d8
utils/schedcover.py [new file with mode: 0644]