Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / Hexagon / float-const64-G0.ll
blob1bf44df40123e2d636ea9e2f6da2697e1921f42d
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
4 ; CHECK-NOT: CONST
6 ; Function Attrs: nounwind readnone
7 define double @f0(double %a0) #0 {
8 b0:
9   %v0 = fmul double %a0, 0x400921FB53C8D4F1
10   %v1 = fmul double %v0, %a0
11   ret double %v1
14 attributes #0 = { nounwind readnone "target-cpu"="hexagonv55" }