llvm-project/llvm/test/tools/llvm-exegesis
John Brawn c616a7236c [llvm-exegesis] Fix function return generation so it doesn't return register 0
When fillMachineFunction generates a return on targets without a return opcode
(such as AArch64) it should pass an empty set of registers as the return
registers, not 0 which means register number zero.

Differential Revision: https://reviews.llvm.org/D53074

llvm-svn: 344139
2018-10-10 13:03:23 +00:00
..
AArch64 [llvm-exegesis] Fix function return generation so it doesn't return register 0 2018-10-10 13:03:23 +00:00
X86 [llvm-exegesis][NFC] Test sched class names only in !NDEBUG mode. 2018-10-04 07:07:16 +00:00
lit.local.cfg [llvm-exegesis] Add lit tests (v2). 2018-09-25 13:59:35 +00:00