llvm-for-llvmta/test/CodeGen/PowerPC/aix-vec-abi.ll

9 lines
368 B
LLVM
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
; RUN: not --crash llc < %s -mtriple powerpc64-ibm-aix-xcoff -mcpu=pwr8 2>&1 | FileCheck %s --check-prefix=DFLTERROR
; RUN: not --crash llc < %s -mtriple powerpc-ibm-aix-xcoff -mcpu=pwr8 2>&1 | FileCheck %s --check-prefix=DFLTERROR
define void @vec_callee(<4 x i32> %vec1) {
ret void
}
; DFLTERROR: LLVM ERROR: the default Altivec AIX ABI is not yet supported