llvm-project/llvm/test/CodeGen/PowerPC/aix-vec-abi.ll

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
368 B
LLVM
Raw Normal View History

; 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