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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
Verifier
/
force-opaque-ptr.ll
blob
01b22583e1a37ccc0159c899c6e31b21bda1e14b
1
; RUN: not opt -passes=verify -S < %s 2>&1 | FileCheck %s
2
3
declare i32 @llvm.umax.i32(i32, i32)
4
5
define void @intrinsic_signature_mismatch() {
6
; CHECK: Intrinsic called with incompatible signature
7
call i32 @llvm.umax.i32(i32 0)
8
ret void
9
}