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
/
Assembler
/
aggregate-return-single-value.ll
blob
a77c2502643785c4dad11164fc74f2d5b573269c
1
; RUN: llvm-as < %s | llvm-dis
2
; RUN: verify-uselistorder %s
3
4
define { i32 } @foob() nounwind {
5
ret {i32}{ i32 0 }
6
}
7
define [1 x i32] @food() nounwind {
8
ret [1 x i32][ i32 0 ]
9
}