repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Rewrite how VCMP are lowered, using a single node
[llvm-core.git]
/
test
/
ExecutionEngine
/
OrcLazy
/
minimal.ll
blob
86087bc3878e0d0e6d7ef6ebb6be18921320ad25
1
; RUN: lli -jit-kind=orc-lazy %s
2
;
3
; Basic sanity check: A module with a single no-op main function runs.
4
5
define i32 @main(i32 %argc, i8** nocapture readnone %argv) {
6
entry:
7
ret i32 0
8
}