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
[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
insertvalue-invalid-type.ll
blob
6be20e56a4f282e53aa2b71331ba47befdd8cd2a
1
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
3
; CHECK: insertvalue operand and field disagree in type: 'i8*' instead of 'i32'
4
5
define void @test() {
6
entry:
7
insertvalue { i32, i32 } undef, i8* null, 0
8
ret void
9
}