1 ; RUN: llc -march=hexagon -hexagon-small-data-threshold=0 < %s | FileCheck %s
3 ; Check that no CONST64's are emitted for a -G0, mv5 compile
6 ; Function Attrs: nounwind readnone
7 define double @f0(double %a0) #0 {
9 %v0 = fmul double %a0, 0x400921FB53C8D4F1
10 %v1 = fmul double %v0, %a0
14 attributes #0 = { nounwind readnone "target-cpu"="hexagonv55" }