repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
RISCV
/
verify-instr.mir
blob
58fcbc3e47de2e7bdf2de146d84002cdb8c707c0
1
# RUN: not --crash llc -march=riscv32 -run-pass machineverifier %s -o - 2>&1 | FileCheck %s
2
3
# CHECK: *** Bad machine code: Invalid immediate ***
4
# CHECK: - instruction: $x2 = ADDI $x1, 10000
5
6
---
7
name: verify_instr
8
body: |
9
bb.0:
10
$x2 = ADDI $x1, 10000
11
...