Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c482a1929490ca2bcba5060d99a06b06bf3edac9
/
.
/
llvm
/
test
/
CodeGen
/
ARM
/
fast-isel-crash2.ll
blob: aa06299288469c59f918ddbba05e51e5f3c0f85e [
file
] [
log
] [
blame
]
; RUN: llc < %s -O0 -mtriple=thumbv7-apple-darwin
; rdar://9515076
; (Make sure this doesn't crash.)
define
i32
@test
(
i32
%i
)
{
%t
=
trunc
i32
%i
to
i4
%r
=
sext
i4
%t
to
i32
ret
i32
%r
}