brintos

brintos / llvm-project-archived public Read only

0
0
Text · 176 B · 915dc4e Raw
8 lines · plain
1; RUN: llc < %s -mtriple=i686--2 3define double @test(double %d) {4        %X = select i1 false, double %d, double %d              ; <double> [#uses=1]5        ret double %X6}7 8