Sign in
swiftshader
/
SwiftShader
/
bde340835e88513baf889bba45a8df04c17f97c6
/
.
/
third_party
/
LLVM
/
test
/
Assembler
/
invalid_cast.ll
blob: c5b082b6b8d628248df868ac7412c5838a1fac04 [
file
] [
log
] [
blame
]
; RUN: not llvm-as < %s |& grep {invalid cast opcode}
define
<
3
x
i8
>
@foo
(<
4
x
i64
>
%x
)
{
%y
=
trunc
<
4
x
i64
>
%x
to
<
3
x
i8
>
ret
<
3
x
i8
>
%y
}