File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
llvm/test/CodeGen/AArch64 Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1- ; RUN: not --crash llc < %s -mtriple=aarch64-fuchsia 2>&1 | FileCheck %s
1+ ; RUN: llc -mtriple=aarch64-fuchsia -o - %s
22
33define void @set_x18 (i64 %x ) {
44entry:
55; FIXME: Include an allocatable-specific error message
6- ; CHECK: Invalid register name "x18".
76 tail call void @llvm.write_register.i64 (metadata !0 , i64 %x )
87 ret void
98}
Original file line number Diff line number Diff line change 44define i32 @get_stack () nounwind {
55entry:
66; FIXME: Include an allocatable-specific error message
7- <<<<<<< Updated upstream
8- ; CHECK: Couldn't find the register class
9- =======
107; CHECK: Trying to obtain non-reserved register "x5".
11- >>>>>>> Stashed changes
128 %sp = call i32 @llvm.read_register.i32 (metadata !0 )
139 ret i32 %sp
1410}
You can’t perform that action at this time.
0 commit comments