Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MISched] Python script to check coverage of misched info | James Molloy | 2015-10-12 | 1 | -0/+77 |
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! llvm-svn: 250020 |