summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-opt-report/unrl.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-opt-report] Don't leave space for opts that never happenHal Finkel2016-10-081-10/+10
| | | | | | | | | | Because screen space is precious, if an optimization (vectorization, for example) never happens, don't leave empty space for the associated markers on every line of the output. This makes the output much more compact, and allows for the later inclusion of markers for more (although perhaps rare) optimizations. llvm-svn: 283626
* [llvm-opt-report] Left justify unrolling counts, etc.Hal Finkel2016-10-071-0/+14
In the left part of the reports, we have things like U<number>; if some of these numbers use more digits than others, we don't want a space in between the U and the start of the number. Instead, the space should come afterward. This way it is clear that the number goes with the U and not any other optimization indicator that might come later on the line. llvm-svn: 283518
OpenPOWER on IntegriCloud