brintos

brintos / llvm-project-archived public Read only

0
0
Text · 284 B · ca52a02 Raw
10 lines · plain
1; RUN: opt < %s -passes=instsimplify | llvm-dis -disable-output2; RUN: verify-uselistorder < %s3; PR34654 5define double @test() {6  %tmp24 = extractelement <2 x double> bitcast (<1 x i128> < i128 85070591730234615870450834276742070272 > to <2 x double>), i32 07  ret double %tmp248}9 10