2016-04-02 05:00:00 +08:00
|
|
|
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
|
|
|
|
; RUN: llc < %s -mtriple=i686-unknown -mattr=+sse | FileCheck %s --check-prefix=X32
|
|
|
|
; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+sse | FileCheck %s --check-prefix=X64
|
2007-07-25 06:55:08 +08:00
|
|
|
|
|
|
|
define <4 x float> @foo() {
|
2016-04-02 05:00:00 +08:00
|
|
|
; X32-LABEL: foo:
|
2017-12-05 01:18:51 +08:00
|
|
|
; X32: # %bb.0:
|
2016-04-02 05:00:00 +08:00
|
|
|
; X32-NEXT: movaps {{.*#+}} xmm0 = [3.223542e+00,2.300000e+00,1.200000e+00,1.000000e-01]
|
|
|
|
; X32-NEXT: retl
|
|
|
|
;
|
|
|
|
; X64-LABEL: foo:
|
2017-12-05 01:18:51 +08:00
|
|
|
; X64: # %bb.0:
|
2016-04-02 05:00:00 +08:00
|
|
|
; X64-NEXT: movaps {{.*#+}} xmm0 = [3.223542e+00,2.300000e+00,1.200000e+00,1.000000e-01]
|
|
|
|
; X64-NEXT: retq
|
2007-09-06 01:50:36 +08:00
|
|
|
ret <4 x float> <float 0x4009C9D0A0000000, float 0x4002666660000000, float 0x3FF3333340000000, float 0x3FB99999A0000000>
|
2007-07-25 06:55:08 +08:00
|
|
|
}
|