[RISCV][MC] Split tests for A into Zaamo and Zalrsc parts
authorWang Pengcheng <wangpengcheng.pp@bytedance.com>
Wed, 24 Jan 2024 02:49:14 +0000 (10:49 +0800)
committerGitHub <noreply@github.com>
Wed, 24 Jan 2024 02:49:14 +0000 (10:49 +0800)
commit93248729cfae82a5ca2323d4a8e15aa3b9b9c707
tree5a6d7c0be5decd781e01687877f3fda1da63ab55
parent63f742c15f01a25c60f0090a3aceb15bb8985e5e
[RISCV][MC] Split tests for A into Zaamo and Zalrsc parts

So that we don't duplicate tests in later patch.

Reviewers: topperc, dtcxzyw, asb

Reviewed By: asb

Pull Request: https://github.com/llvm/llvm-project/pull/79111
12 files changed:
llvm/test/MC/RISCV/rv32a-invalid.s [deleted file]
llvm/test/MC/RISCV/rv32a-valid.s [deleted file]
llvm/test/MC/RISCV/rv32zaamo-invalid.s [new file with mode: 0644]
llvm/test/MC/RISCV/rv32zaamo-valid.s [new file with mode: 0644]
llvm/test/MC/RISCV/rv32zalrsc-invalid.s [new file with mode: 0644]
llvm/test/MC/RISCV/rv32zalrsc-valid.s [new file with mode: 0644]
llvm/test/MC/RISCV/rv64a-invalid.s [deleted file]
llvm/test/MC/RISCV/rv64a-valid.s [deleted file]
llvm/test/MC/RISCV/rv64zaamo-invalid.s [new file with mode: 0644]
llvm/test/MC/RISCV/rv64zaamo-valid.s [new file with mode: 0644]
llvm/test/MC/RISCV/rv64zalrsc-invalid.s [new file with mode: 0644]
llvm/test/MC/RISCV/rv64zalrsc-valid.s [new file with mode: 0644]