xref: /aosp_15_r20/external/llvm/test/CodeGen/PowerPC/fpcopy.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s -march=ppc32 | not grep fmr
2
3define double @test(float %F) {
4        %F.upgrd.1 = fpext float %F to double           ; <double> [#uses=1]
5        ret double %F.upgrd.1
6}
7
8