[LLVM][Alignment] Make functions using log of alignment explicit
[llvm-complete.git] / test / CodeGen / PowerPC / fpcopy.ll
blob1416423357acba5369ddb4c658663d40b8a2f1a2
1 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep fmr
3 define double @test(float %F) {
4         %F.upgrd.1 = fpext float %F to double           ; <double> [#uses=1]
5         ret double %F.upgrd.1