repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
SystemZ
/
vec-args-error-02.ll
blob
7c0efe5b8afe2fa74950fb6def849fef672e7e85
1
; Verify that we detect unsupported single-element vector types.
2
3
; RUN: not --crash llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 2>&1 | FileCheck %s
4
5
define <1 x i128> @foo() {
6
ret <1 x i128><i128 0>
7
}
8
9
; CHECK: LLVM ERROR: Unsupported vector argument or return type