You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
9
external/llvm/test/CodeGen/SystemZ/vec-args-error-06.ll
vendored
Normal file
9
external/llvm/test/CodeGen/SystemZ/vec-args-error-06.ll
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
; 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 fp128> @foo() {
|
||||
ret <1 x fp128><fp128 0xL00000000000000000000000000000000>
|
||||
}
|
||||
|
||||
; CHECK: LLVM ERROR: Unsupported vector argument or return type
|
Reference in New Issue
Block a user