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
/
half.ll
blob
cbd03cbf2df81d1200c871af7ba6701495a69e34
1
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2
; RUN: verify-uselistorder %s
3
; Basic smoke test for half type.
4
5
; CHECK: define half @halftest
6
define half @halftest(half %A0) {
7
; CHECK: ret half %A0
8
ret half %A0
9
}