brintos

brintos / llvm-project-archived public Read only

0
0
Text · 433 B · 7284e0d Raw
15 lines · plain
1; RUN: llc < %s 2; rdar://57639673 4define void @test() {5entry:6	%tmp98 = load float, ptr null, align 4		; <float> [#uses=1]7	%tmp106 = load float, ptr null, align 4		; <float> [#uses=1]8	%tmp113 = fadd float %tmp98, %tmp106		; <float> [#uses=1]9	%tmp119 = fsub float %tmp113, 0.000000e+00		; <float> [#uses=1]10	call void (i32, ...) @foo( i32 0, float 0.000000e+00, float %tmp119 ) nounwind 11	ret void12}13 14declare void @foo(i32, ...)15