llvm-project/llvm/test/CodeGen/PowerPC/2005-09-02-LegalizeDuplicat...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
440 B
LLVM
Raw Normal View History

; This function should have exactly one call to fixdfdi, no more!
; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -mattr=-64bit | \
; RUN: grep "bl .*fixdfdi" | count 1
2008-03-25 12:26:08 +08: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
}
2008-03-25 12:26:08 +08:00