diff options
| author | Alex Bradbury <asb@lowrisc.org> | 2017-12-07 10:59:12 +0000 |
|---|---|---|
| committer | Alex Bradbury <asb@lowrisc.org> | 2017-12-07 10:59:12 +0000 |
| commit | 48f95a655d61c4526f67b10f307a9ba2fe28352a (patch) | |
| tree | dc0694c514cd145db3dc9564f1aa110353b373e5 /llvm/test/MC/RISCV/rv32a-invalid.s | |
| parent | 81def7224ecca013eafc3c6402df18f6af791e41 (diff) | |
| download | bcm5719-llvm-48f95a655d61c4526f67b10f307a9ba2fe28352a.tar.gz bcm5719-llvm-48f95a655d61c4526f67b10f307a9ba2fe28352a.zip | |
[RISCV] MC layer support for the standard RV64A instruction set extension
llvm-svn: 320027
Diffstat (limited to 'llvm/test/MC/RISCV/rv32a-invalid.s')
| -rw-r--r-- | llvm/test/MC/RISCV/rv32a-invalid.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/MC/RISCV/rv32a-invalid.s b/llvm/test/MC/RISCV/rv32a-invalid.s index 0b293ac26fa..8ee21bc501b 100644 --- a/llvm/test/MC/RISCV/rv32a-invalid.s +++ b/llvm/test/MC/RISCV/rv32a-invalid.s @@ -12,3 +12,6 @@ amoor.w. a4, a5, (a6) # CHECK: :[[@LINE]]:1: error: unrecognized instruction mne # lr only takes two operands lr.w s0, (s1), s2 # CHECK: :[[@LINE]]:16: error: invalid operand for instruction + +# Note: errors for use of RV64A instructions for RV32 are checked in +# rv64a-valid.s |

