Sign in
◑
Theme
swiftshader
/
SwiftShader
/
50dd2ce4e2e3fcd0c43f04dc8080b24c8f7ca493
/
.
/
third_party
/
LLVM
/
test
/
Transforms
/
InstCombine
/
apint-cast-cast-to-and.ll
blob: 9194970d1a60a14ffb10d65ca18c15eed5407b9a [
file
]
; RUN: opt < %s -instcombine -S | not grep i41
define
i61
@test1
(
i61
%X
)
{
%Y
=
trunc
i61
%X
to
i41
;; Turn i61o an AND
%Z
=
zext
i41
%Y
to
i61
ret
i61
%Z
}