[lldb-dap] Ensure the IO forwarding threads are managed by the DAP object lifecycle...
[llvm-project.git] / llvm / test / MC / RISCV / rv32zalasr-invalid.s
blob3731c85cbc077f4a6c23a1271fe51be498f5a089
1 # RUN: not llvm-mc -triple riscv32 -mattr=+experimental-zalasr < %s 2>&1 | FileCheck -check-prefixes=CHECK %s
3 # CHECK: error: instruction requires the following: RV64I Base Instruction Set{{$}}
4 ld.aq a1, (t0)
6 # CHECK: error: instruction requires the following: RV64I Base Instruction Set{{$}}
7 ld.aqrl a1, (t0)
9 # CHECK: error: instruction requires the following: RV64I Base Instruction Set{{$}}
10 sd.rl a1, (t0)
12 # CHECK: error: instruction requires the following: RV64I Base Instruction Set{{$}}
13 sd.aqrl a1, (t0)
15 # CHECK: error: unrecognized instruction mnemonic
16 lw. a1, (t0)
18 # CHECK: error: unrecognized instruction mnemonic
19 lw.rl t3, 0(t5)
21 # CHECK: error: unrecognized instruction mnemonic
22 lh.rlaq t4, (t6)
24 # CHECK: error: unrecognized instruction mnemonic
25 sb. a1, (t0)
27 # CHECK: error: unrecognized instruction mnemonic
28 sh.aq t3, 0(t5)
30 # CHECK: error: unrecognized instruction mnemonic
31 sh.rlaq t4, (t6)
33 # CHECK: error: optional integer offset must be 0
34 lw.aq zero, 1(a0)
36 # CHECK: error: optional integer offset must be 0
37 sw.rl t1, 2(s0)
39 # CHECK: error: optional integer offset must be 0
40 sb.aqrl sp, 3(s2)