http://llvm.org/bugs/show_bug.cgi?id=4592
Xerxes RÃ¥nby <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Xerxes RÃ¥nby <[email protected]> 2009-09-09 05:29:03 --- This bug got fixed during Evan Chengs ARM JIT bughunt after rev 81308, 81310, 81311! Thanks! xer...@overo:/usr/src/openembedded/verdexpro/tmp/work/armv5te-angstrom-linux-gnueabi/llvm2.6-2.5+svnr81322-r1/trunk/build/bin$ ./Kaleidoscope ready> 0; ready> Evaluated to 0.000000 ready> 1; ready> Evaluated to 1.000000 ready> 2; ready> Evaluated to 2.000000 ready> 3; ready> Evaluated to 3.000000 ready> 4; ready> Evaluated to 4.000000 ready> 5; ready> Evaluated to 5.000000 ready> 6; ready> Evaluated to 6.000000 ready> def test(x) 1+x; ready> Read function definition: define double @test(double %x) { entry: %addtmp = fadd double %x, 1.000000e+00 ; <double> [#uses=1] ret double %addtmp } ready> test(2); ready> Evaluated to 3.000000 ready> -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
