[AArch64][NFC] NFC for const vector as Instruction operand (#116790)
[llvm-project.git] / llvm / test / Transforms / InstCombine / apint-cast-cast-to-and.ll
blob0c98cc3535023a778b554092e4a6470be78be171
1 ; RUN: opt < %s -passes=instcombine -S | not grep i41
3 define i61 @test1(i61 %X) {
4         %Y = trunc i61 %X to i41 ;; Turn i61o an AND
5         %Z = zext i41 %Y to i61
6         ret i61 %Z