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
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
ExecutionEngine
/
2010-01-15-UndefValue.ll
blob
5376fa232962ee3ef1cade9112894ca5b0c37aa8
1
; RUN: %lli -jit-kind=mcjit -force-interpreter=true %s
2
3
define i32 @main() {
4
%a = add i32 0, undef
5
%b = fadd float 0.0, undef
6
%c = fadd double 0.0, undef
7
%d = insertvalue {i32, [4 x i32]} undef, i32 1, 1, 2
8
ret i32 0
9
}