Home | History | Annotate | Download | only in X86
      1 ; RUN: llc < %s -march=x86 -mattr=+sse | FileCheck %s
      2 
      3 ; CHECK: movaps
      4 
      5 define <4 x float> @foo() {
      6   ret <4 x float> <float 0x4009C9D0A0000000, float 0x4002666660000000, float 0x3FF3333340000000, float 0x3FB99999A0000000>
      7 }
      8