blob: 9194970d1a60a14ffb10d65ca18c15eed5407b9a [file] [log] [blame]
; 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
}