brintos

brintos / llvm-project-archived public Read only

0
0
Text · 549 B · 9671813 Raw
21 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s3 4define 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:    retq9  store <4 x float> %x, ptr %p, align 410  ret void11}12 13define 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:    retq18  store <2 x double> %x, ptr %p, align 819  ret void20}21