2005-09-02 20:24:10 +00:00
|
|
|
; This function should have exactly one call to fixdfdi, no more!
|
|
|
|
|
2009-09-09 00:09:15 +00:00
|
|
|
; RUN: llc < %s -march=ppc32 -mattr=-64bit | \
|
2007-08-15 13:36:28 +00:00
|
|
|
; RUN: grep {bl .*fixdfdi} | count 1
|
2005-09-02 20:24:10 +00:00
|
|
|
|
2008-03-25 04:26:08 +00:00
|
|
|
define double @test2(double %tmp.7705) {
|
|
|
|
%mem_tmp.2.0.in = fptosi double %tmp.7705 to i64 ; <i64> [#uses=1]
|
|
|
|
%mem_tmp.2.0 = sitofp i64 %mem_tmp.2.0.in to double ; <double> [#uses=1]
|
|
|
|
ret double %mem_tmp.2.0
|
2005-09-02 20:24:10 +00:00
|
|
|
}
|
2008-03-25 04:26:08 +00:00
|
|
|
|