Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
e7ff9191f39fa5a0f48168f51f55f1f7556d5993
/
.
/
test
/
CodeGenOpenCL
/
single-precision-constant.cl
blob: 62b37c1361373b20e1f497c242449fe4db786398 [
file
] [
log
] [
blame
]
//
RUN
:
%
clang_cc1
%
s -cl-single-precision-constant -emit-llvm -o
-
|
FileCheck
%
s
float fn
(
float f
)
{
//
CHECK
:
fmul float
//
CHECK
:
fadd float
return f
*
2.
+
1.
;
}