brintos

brintos / llvm-project-archived public Read only

0
0
Text · 190 B · 0c98cc3 Raw
9 lines · plain
1; RUN: opt < %s -passes=instcombine -S | not grep i412 3define i61 @test1(i61 %X) {4        %Y = trunc i61 %X to i41 ;; Turn i61o an AND5        %Z = zext i41 %Y to i616        ret i61 %Z7}8 9