brintos

brintos / llvm-project-archived public Read only

0
0
Text · 716 B · ce886da Raw
17 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=i686-unknown -mattr=+sse | FileCheck %s --check-prefix=X863; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+sse | FileCheck %s --check-prefix=X644 5define <4 x float> @foo() {6; X86-LABEL: foo:7; X86:       # %bb.0:8; X86-NEXT:    movaps {{.*#+}} xmm0 = [3.22354245E+0,2.29999995E+0,1.20000005E+0,1.00000001E-1]9; X86-NEXT:    retl10;11; X64-LABEL: foo:12; X64:       # %bb.0:13; X64-NEXT:    movaps {{.*#+}} xmm0 = [3.22354245E+0,2.29999995E+0,1.20000005E+0,1.00000001E-1]14; X64-NEXT:    retq15  ret <4 x float> <float 0x4009C9D0A0000000, float 0x4002666660000000, float 0x3FF3333340000000, float 0x3FB99999A0000000>16}17