brintos

brintos / llvm-project-archived public Read only

0
0
Text · 633 B · 879dd32 Raw
17 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc -verify-machineinstrs -mcpu=pwr9 -mattr=+vsx \3; RUN:   -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s4 5define <2 x double> @loadChainHasUser(ptr %p1, <2 x double> %v2) {6; CHECK-LABEL: loadChainHasUser:7; CHECK:       # %bb.0:8; CHECK-NEXT:    lxvd2x 0, 0, 39; CHECK-NEXT:    stxv 34, 0(3)10; CHECK-NEXT:    xxlor 34, 0, 011; CHECK-NEXT:    blr12  %v1 = load <2 x double>, ptr %p113  store <2 x double> %v2, ptr %p1, align 1614  %v3 = shufflevector <2 x double> %v1, <2 x double> %v1, <2 x i32> < i32 1, i32 0>15  ret <2 x double> %v316}17