summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/v4f32-immediate.ll
blob: bd6045c068e2f81eb09b586d876d22e11655e75f (plain)
1
2
3
4
5
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse | grep movaps

define <4 x float> @foo() {
  ret <4 x float> <float 0x4009C9D0A0000000, float 0x4002666660000000, float 0x3FF3333340000000, float 0x3FB99999A0000000>
}
OpenPOWER on IntegriCloud