brintos

brintos / llvm-project-archived public Read only

0
0
Text · 639 B · c33b37c Raw
22 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-ibm-aix-xcoff | \3; RUN:   FileCheck %s4; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64le-- | \5; RUN:   FileCheck %s --check-prefix=NOTAIX6define dso_local void @test() local_unnamed_addr {7; CHECK-LABEL: test:8; CHECK:       # %bb.0: # %entry9; CHECK-NEXT:    nop10; CHECK-NEXT:    blr11;12; NOTAIX-LABEL: test:13; NOTAIX:       # %bb.0: # %entry14; NOTAIX-NEXT:    dssall15; NOTAIX-NEXT:    blr16entry:17  tail call void @llvm.ppc.altivec.dssall()18  ret void19}20 21declare void @llvm.ppc.altivec.dssall()22