[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / MC / RISCV / pseudo-jump-invalid.s
blob222fdb43a4ec9c6e067220d382aea7b1e94686b7
1 # RUN: not llvm-mc -triple riscv32 < %s 2>&1 | FileCheck %s
3 jump 1234, x31 # CHECK: :[[@LINE]]:6: error: operand must be a valid jump target
4 jump foo@plt, x31 # CHECK: :[[@LINE]]:6: error: operand must be a valid jump target
5 jump %pcrel_lo(1234), x31 # CHECK: :[[@LINE]]:6: error: unknown token in expression