brintos

brintos / llvm-project-archived public Read only

0
0
Text · 395 B · 7822c94 Raw
15 lines · plain
1; RUN: llc -mtriple=hexagon -hexagon-small-data-threshold=0 < %s | FileCheck %s2;3; Check that no CONST64's are emitted for a -G0, mv5 compile4; CHECK-NOT: CONST5 6; Function Attrs: nounwind readnone7define double @f0(double %a0) #0 {8b0:9  %v0 = fmul double %a0, 0x400921FB53C8D4F110  %v1 = fmul double %v0, %a011  ret double %v112}13 14attributes #0 = { nounwind readnone "target-cpu"="hexagonv55" }15