Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / X86 / sse-align-4.ll
blob96718130ec7aead554c83395012ba3c869289f2e
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s
4 define void @foo(ptr %p, <4 x float> %x) nounwind {
5 ; CHECK-LABEL: foo:
6 ; CHECK:       # %bb.0:
7 ; CHECK-NEXT:    movups %xmm0, (%rdi)
8 ; CHECK-NEXT:    retq
9   store <4 x float> %x, ptr %p, align 4
10   ret void
13 define void @bar(ptr %p, <2 x double> %x) nounwind {
14 ; CHECK-LABEL: bar:
15 ; CHECK:       # %bb.0:
16 ; CHECK-NEXT:    movups %xmm0, (%rdi)
17 ; CHECK-NEXT:    retq
18   store <2 x double> %x, ptr %p, align 8
19   ret void