brintos

brintos / llvm-project-archived public Read only

0
0
Text · 173 B · fe5e51b Raw
11 lines · plain
1; RUN: opt < %s -passes=instcombine -disable-output2 3define <2 x i32> @f() {4	ret <2 x i32> undef5}6 7define i32 @g() {8	%x = call i32 @f( )		; <i32> [#uses=1]9	ret i32 %x10}11