blob: 14800ce5b4582fe292b9613e7449430b02079892 [file] [log] [blame]
Dan Gohmanc8054d92009-09-09 00:09:15 +00001; RUN: llc < %s
Chris Lattnere7c14012008-02-26 07:04:54 +00002; rdar://5763967
3
4define void @test() {
5entry:
David Blaikiea79ac142015-02-27 21:17:42 +00006 %tmp98 = load float, float* null, align 4 ; <float> [#uses=1]
7 %tmp106 = load float, float* null, align 4 ; <float> [#uses=1]
Dan Gohmana5b96452009-06-04 22:49:04 +00008 %tmp113 = fadd float %tmp98, %tmp106 ; <float> [#uses=1]
9 %tmp119 = fsub float %tmp113, 0.000000e+00 ; <float> [#uses=1]
David Blaikie23af6482015-04-16 23:24:18 +000010 call void (i32, ...) @foo( i32 0, float 0.000000e+00, float %tmp119 ) nounwind
Chris Lattnere7c14012008-02-26 07:04:54 +000011 ret void
12}
13
14declare void @foo(i32, ...)