Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / RISCV / rv32zmmul-invaild.s
blobcf4ced8bfe4ee8887838c4f947014080e1edee97
1 # RUN: not llvm-mc %s -triple=riscv32 -mattr=+zmmul -riscv-no-aliases 2>&1 \
2 # RUN: | FileCheck -check-prefixes=CHECK-ERROR %s
4 # CHECK-ERROR: 5:1: error: instruction requires the following: 'M' (Integer Multiplication and Division){{$}}
5 div s0, s0, s0
7 # CHECK-ERROR: 8:1: error: instruction requires the following: 'M' (Integer Multiplication and Division){{$}}
8 divu gp, a0, a1
10 # CHECK-ERROR: 11:1: error: instruction requires the following: 'M' (Integer Multiplication and Division){{$}}
11 rem s2, s2, s8
13 # CHECK-ERROR: 14:1: error: instruction requires the following: 'M' (Integer Multiplication and Division){{$}}
14 remu x18, x18, x24