llvm-project/llvm/test/CodeGen/SystemZ/vec-args-error-08.ll
Yuanfang Chen 80a34ae311 Revert "Reland "[Support] make report_fatal_error abort instead of exit""
This reverts commit rGcd5b308b828e, rGcd5b308b828e, rG8cedf0e2994c.

There are issues to be investigated for polly bots and bots turning on
EXPENSIVE_CHECKS.
2020-02-11 20:41:53 -08:00

13 lines
303 B
LLVM

; Verify that we detect unsupported single-element vector types.
; RUN: not llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 2>&1 | FileCheck %s
declare <1 x fp128> @bar()
define void @foo() {
%res = call <1 x fp128> @bar ()
ret void
}
; CHECK: LLVM ERROR: Unsupported vector argument or return type