[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / MC / RISCV / rv32zbc-invalid.s
blob6af174daddb6bd454f81481e4250d7a9e791948d
1 # RUN: not llvm-mc -triple riscv32 -mattr=+experimental-b,experimental-zbc < %s 2>&1 | FileCheck %s
3 # Too few operands
4 clmul t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction
5 # Too few operands
6 clmulr t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction
7 # Too few operands
8 clmulh t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction