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
/
Generic
/
assume.ll
blob
bb045b38465ded88e102b1867161a282f420bb59
1
; RUN: llc < %s
2
3
define void @main() {
4
call void @llvm.assume(i1 1)
5
ret void
6
}
7
8
declare void @llvm.assume(i1) nounwind
9