Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / CodeGen / RISCV / verify-instr.mir
blob622163659a9dd7388fb13c3b97f1e2b9c69bce3e
1 # RUN: not --crash llc -mtriple=riscv32 -run-pass machineverifier %s -o - 2>&1 | FileCheck %s
3 # CHECK: *** Bad machine code: Invalid immediate ***
4 # CHECK: - instruction: $x2 = ADDI $x1, 10000
6 ---
7 name: verify_instr
8 body: |
9   bb.0:
10     $x2 = ADDI $x1, 10000
11 ...