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
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Thumb
/
thumb-imm.ll
blob
592e694e02778b8e641a3aa35aa4deb1d61cadcc
1
; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s
2
3
define i32 @test1() {
4
ret i32 1000
5
}
6
7
define i32 @test2() {
8
ret i32 -256
9
}
10
11
; CHECK-NOT: CPI
12