llvm/llvm/test/MC/RISCV/rv32zcmt-invalid.s

# RUN: not llvm-mc -triple=riscv32 -mattr=+zcmt -riscv-no-aliases -show-encoding < %s 2>&1 \
# RUN:     | FileCheck -check-prefixes=CHECK-ERROR %s
# RUN: not llvm-mc -triple=riscv64 -mattr=+zcmt -riscv-no-aliases -show-encoding < %s 2>&1 \
# RUN:     | FileCheck -check-prefixes=CHECK-ERROR %s

# CHECK-ERROR: error: immediate must be an integer in the range [0, 31]
cm.jt 64

# CHECK-ERROR: error: immediate must be an integer in the range [32, 255]
cm.jalt 256

# CHECK-ERROR: error: immediate must be an integer in the range [32, 255]
cm.jalt 31