diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/v4f32-immediate.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/v4f32-immediate.ll | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/v4f32-immediate.ll b/llvm/test/CodeGen/X86/v4f32-immediate.ll index 68d20a04ecf..7945b1093f8 100644 --- a/llvm/test/CodeGen/X86/v4f32-immediate.ll +++ b/llvm/test/CodeGen/X86/v4f32-immediate.ll @@ -1,7 +1,16 @@ -; RUN: llc < %s -march=x86 -mattr=+sse | FileCheck %s - -; CHECK: movaps +; 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 define <4 x float> @foo() { +; X32-LABEL: foo: +; X32: # BB#0: +; X32-NEXT: movaps {{.*#+}} xmm0 = [3.223542e+00,2.300000e+00,1.200000e+00,1.000000e-01] +; X32-NEXT: retl +; +; X64-LABEL: foo: +; X64: # BB#0: +; X64-NEXT: movaps {{.*#+}} xmm0 = [3.223542e+00,2.300000e+00,1.200000e+00,1.000000e-01] +; X64-NEXT: retq ret <4 x float> <float 0x4009C9D0A0000000, float 0x4002666660000000, float 0x3FF3333340000000, float 0x3FB99999A0000000> } |

