1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-ibm-aix-xcoff | \
4 ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64le-- | \
5 ; RUN: FileCheck %s --check-prefix=NOTAIX
6 define dso_local void @test() local_unnamed_addr {
8 ; CHECK: # %bb.0: # %entry
13 ; NOTAIX: # %bb.0: # %entry
17 tail call void @llvm.ppc.altivec.dssall()
21 declare void @llvm.ppc.altivec.dssall()