| commit | f6a60f1f8031c5e8b17cba6a010add6ae3ac0612 | [log] [tgz] |
|---|---|---|
| author | Andrea Di Biagio <Andrea_DiBiagio@sn.scee.net> | Mon Apr 08 16:05:54 2019 +0000 |
| committer | Andrea Di Biagio <Andrea_DiBiagio@sn.scee.net> | Mon Apr 08 16:05:54 2019 +0000 |
| tree | 11a9cd449b9709d17bdf7e404742d8903c49c537 | |
| parent | 5058ca6d9b13d123f9606ca6adc52b216f2befce [diff] |
[llvm-mca][scheduler-stats] Print issued micro opcodes per cycle. NFCI It makes more sense to print out the number of micro opcodes that are issued every cycle rather than the number of instructions issued per cycle. This behavior is also consistent with the dispatch-stats: numbers from the two views can now be easily compared. llvm-svn: 357919