view test/CodeGen/SystemZ/vec-args-error-02.ll @ 120:1172e4bd9c6f

update 4.0.0
author mir3636
date Fri, 25 Nov 2016 19:14:25 +0900
parents afa8332a0e37
children
line wrap: on
line source

; Verify that we detect unsupported single-element vector types.

; RUN: not llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 2>&1 | FileCheck %s

define <1 x i128> @foo() {
  ret <1 x i128><i128 0>
}

; CHECK: LLVM ERROR: Unsupported vector argument or return type