Files
clang-p2996/llvm/test/CodeGen/Hexagon/float-const64-G0.ll
Krzysztof Parzyszek 046090db53 [Hexagon] Add more lit tests
llvm-svn: 327271
2018-03-12 14:01:28 +00:00

15 lines
393 B
LLVM

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