[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / SystemZ / vec-args-error-01.ll
blob5680873fb8ee61e416dc172d57473f0c1ab40a27
1 ; Verify that we detect unsupported single-element vector types.
3 ; RUN: not --crash llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 2>&1 | FileCheck %s
5 define void @foo(<1 x i128>) {
6   ret void
9 ; CHECK: LLVM ERROR: Unsupported vector argument or return type