summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/min-jump-table.ll
Commit message (Collapse)AuthorAgeFilesLines
* AArch64: add a pass to compress jump-table entries when possible.Tim Northover2018-10-241-3/+3
| | | | llvm-svn: 345188
* [CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and ↵Francis Visoiu Mistrih2017-12-131-8/+8
| | | | | | | | | | debug output Work towards the unification of MIR and debug output by printing `%jump-table.0` instead of `<jt#0>`. Only debug syntax is affected. llvm-svn: 320566
* Add option to specify minimum number of entries for jump tablesEvandro Menezes2016-10-251-0/+79
Add an option to allow easier experimentation by target maintainers with the minimum number of entries to create jump tables. Also clarify the name of the other existing option governing the creation of jump tables. Differential revision: https://reviews.llvm.org/D25883 llvm-svn: 285104
OpenPOWER on IntegriCloud