Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten-fastcomp
/
ff2a85246c6d5276aefd860eb658548c6d53b9e9
/
.
/
test
/
CodeGen
/
AArch64
/
arm64-fp.ll
blob: 1c88b3d9009a1acf047626e6cdf02dc77ff533a4 [
file
]
; RUN: llc < %s -mtriple=arm64-eabi | FileCheck %s
define
float
@t1
(
i1
%a
,
float
%b
,
float
%c
)
nounwind
{
; CHECK: t1
; CHECK: fcsel s0, s0, s1, ne
%sel
=
select
i1
%a
,
float
%b
,
float
%c
ret
float
%sel
}