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] Fixup the creation of VPT blocks
[llvm-core.git]
/
test
/
CodeGen
/
AArch64
/
arm64-fp.ll
blob
1c88b3d9009a1acf047626e6cdf02dc77ff533a4
1
; RUN: llc < %s -mtriple=arm64-eabi | FileCheck %s
2
3
define float @t1(i1 %a, float %b, float %c) nounwind {
4
; CHECK: t1
5
; CHECK: fcsel s0, s0, s1, ne
6
%sel = select i1 %a, float %b, float %c
7
ret float %sel
8
}