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] Better OR's for MVE compares
[llvm-core.git]
/
test
/
Transforms
/
Inline
/
null-function.ll
blob
2aecfa85cd8f1942ee43faca0debe580025f0ed9
1
; RUN: opt -print-before=always-inline -always-inline < %s -o /dev/null 2>&1 | FileCheck %s
2
3
define i32 @main() #0 {
4
entry:
5
ret i32 0
6
}
7
8
; CHECK: *** IR Dump Before Inliner for always_inline functions ***
9
; CHECK: Printing <null> Function