1 # Check that we correctly handle arm64 fp register spills in
2 # bolt when we are processing jump tables.
3 # REQUIRES: system-linux
4 # RUN: llvm-mc -filetype=obj -triple=aarch64 %s -o %t.o
5 # RUN: ld.lld --emit-relocs %t.o -o %t.elf
6 # RUN: llvm-bolt --jump-tables=move %t.elf -o %t.bolt
17 ldrb w5
, [x5
, w1
, uxtw
]
18 add x5
, x6
, w5
, sxtb
#2