brintos

brintos / llvm-project-archived public Read only

0
0
Text · 266 B · 95d7aa5 Raw
14 lines · plain
1; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -verify-machineinstrs -O0 < %s2 3define double @test() {4  ret double 1.000000e+005}6 7@g = common global double 0.000000e+00, align 88 9define double @testitd() {10  %g = load double, ptr @g, align 811  ret double %g12}13 14