Simon Cook | aed9d6d | 2019-10-22 21:25:01 +0100 | [diff] [blame] | 1 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x3 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X3 |
| 2 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x3 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X3 |
| 3 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x4 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X4 |
| 4 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x4 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X4 |
| 5 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x5 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X5 |
| 6 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x5 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X5 |
| 7 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x6 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X6 |
| 8 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x6 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X6 |
| 9 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x7 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X7 |
| 10 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x7 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X7 |
| 11 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x8 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X8 |
| 12 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x8 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X8 |
| 13 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x9 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X9 |
| 14 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x9 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X9 |
| 15 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x10 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X10 |
| 16 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x10 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X10 |
| 17 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x11 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X11 |
| 18 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x11 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X11 |
| 19 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x12 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X12 |
| 20 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x12 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X12 |
| 21 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x13 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X13 |
| 22 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x13 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X13 |
| 23 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x14 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X14 |
| 24 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x14 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X14 |
| 25 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x15 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X15 |
| 26 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x15 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X15 |
| 27 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x16 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X16 |
| 28 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x16 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X16 |
| 29 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x17 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X17 |
| 30 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x17 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X17 |
| 31 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x18 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X18 |
| 32 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x18 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X18 |
| 33 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x19 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X19 |
| 34 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x19 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X19 |
| 35 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x20 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X20 |
| 36 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x20 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X20 |
| 37 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x21 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X21 |
| 38 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x21 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X21 |
| 39 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x22 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X22 |
| 40 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x22 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X22 |
| 41 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x23 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X23 |
| 42 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x23 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X23 |
| 43 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x24 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X24 |
| 44 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x24 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X24 |
| 45 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x25 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X25 |
| 46 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x25 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X25 |
| 47 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x26 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X26 |
| 48 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x26 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X26 |
| 49 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x27 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X27 |
| 50 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x27 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X27 |
| 51 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x28 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X28 |
| 52 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x28 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X28 |
| 53 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x29 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X29 |
| 54 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x29 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X29 |
| 55 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x30 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X30 |
| 56 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x30 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X30 |
| 57 | ; RUN: llc -mtriple=riscv32 -mattr=+reserve-x31 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X31 |
| 58 | ; RUN: llc -mtriple=riscv64 -mattr=+reserve-x31 -verify-machineinstrs < %s | FileCheck %s -check-prefix=X31 |
| 59 | |
| 60 | ; This program is free to use all registers, but needs a stack pointer for |
| 61 | ; spill values, so do not test for reserving the stack pointer. |
| 62 | |
| 63 | ; Used to exhaust all registers |
| 64 | @var = global [32 x i64] zeroinitializer |
| 65 | |
| 66 | define void @foo() { |
| 67 | %1 = load volatile [32 x i64], [32 x i64]* @var |
| 68 | store volatile [32 x i64] %1, [32 x i64]* @var |
| 69 | |
| 70 | ; X3-NOT: lw gp, |
| 71 | ; X3-NOT: ld gp, |
| 72 | ; X4-NOT: lw tp, |
| 73 | ; X4-NOT: ld tp, |
| 74 | ; X5-NOT: lw t0, |
| 75 | ; X5-NOT: ld t0, |
| 76 | ; X6-NOT: lw t1, |
| 77 | ; X6-NOT: ld t1, |
| 78 | ; X7-NOT: lw t2, |
| 79 | ; X7-NOT: ld t2, |
| 80 | ; X8-NOT: lw s0, |
| 81 | ; X8-NOT: ld s0, |
| 82 | ; X9-NOT: lw s1, |
| 83 | ; X9-NOT: ld s1, |
| 84 | ; X10-NOT: lw a0, |
| 85 | ; X10-NOT: ld a0, |
| 86 | ; X11-NOT: lw a1, |
| 87 | ; X11-NOT: ld a1, |
| 88 | ; X12-NOT: lw a2, |
| 89 | ; X12-NOT: ld a2, |
| 90 | ; X13-NOT: lw a3, |
| 91 | ; X13-NOT: ld a3, |
| 92 | ; X14-NOT: lw a4, |
| 93 | ; X14-NOT: ld a4, |
| 94 | ; X15-NOT: lw a5, |
| 95 | ; X15-NOT: ld a5, |
| 96 | ; X16-NOT: lw a6, |
| 97 | ; X16-NOT: ld a6, |
| 98 | ; X17-NOT: lw a7, |
| 99 | ; X17-NOT: ld a7, |
| 100 | ; X18-NOT: lw s2, |
| 101 | ; X18-NOT: ld s2, |
| 102 | ; X19-NOT: lw s3, |
| 103 | ; X19-NOT: ld s3, |
| 104 | ; X20-NOT: lw s4, |
| 105 | ; X20-NOT: ld s4, |
| 106 | ; X21-NOT: lw s5, |
| 107 | ; X21-NOT: ld s5, |
| 108 | ; X22-NOT: lw s6, |
| 109 | ; X22-NOT: ld s6, |
| 110 | ; X23-NOT: lw s7, |
| 111 | ; X23-NOT: ld s7, |
| 112 | ; X24-NOT: lw s8, |
| 113 | ; X24-NOT: ld s8, |
| 114 | ; X25-NOT: lw s9, |
| 115 | ; X25-NOT: ld s9, |
| 116 | ; X26-NOT: lw s10, |
| 117 | ; X26-NOT: ld s10, |
| 118 | ; X27-NOT: lw s11, |
| 119 | ; X27-NOT: ld s11, |
| 120 | ; X28-NOT: lw t3, |
| 121 | ; X28-NOT: ld t3, |
| 122 | ; X29-NOT: lw t4, |
| 123 | ; X29-NOT: ld t4, |
| 124 | ; X30-NOT: lw t5, |
| 125 | ; X30-NOT: ld t5, |
| 126 | ; X31-NOT: lw t6, |
| 127 | ; X31-NOT: ld t6, |
| 128 | |
| 129 | ret void |
| 130 | } |