blob: 1bf44df40123e2d636ea9e2f6da2697e1921f42d [file] [log] [blame]
Krzysztof Parzyszek046090d2018-03-12 14:01:28 +00001; RUN: llc -march=hexagon -hexagon-small-data-threshold=0 < %s | FileCheck %s
2;
3; Check that no CONST64's are emitted for a -G0, mv5 compile
4; CHECK-NOT: CONST
5
6; Function Attrs: nounwind readnone
7define double @f0(double %a0) #0 {
8b0:
9 %v0 = fmul double %a0, 0x400921FB53C8D4F1
10 %v1 = fmul double %v0, %a0
11 ret double %v1
12}
13
14attributes #0 = { nounwind readnone "target-cpu"="hexagonv55" }