1; 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" }
15