brintos

brintos / llvm-project-archived public Read only

0
0
Text · 213 B · 1416423 Raw
8 lines · plain
1; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep fmr2 3define double @test(float %F) {4        %F.upgrd.1 = fpext float %F to double           ; <double> [#uses=1]5        ret double %F.upgrd.16}7 8