repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
ExecutionEngine
/
MCJIT
/
simplesttest.ll
blob
85c171532752f24a2fd30f1f0178ccab47385184
1
; RUN: %lli %s > /dev/null
2
3
define i32 @main() {
4
ret i32 0
5
}
6