[LLVMbugs] [Bug 4592] ARM JIT 1+1=0

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Sep 9 03:29:04 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=4592


Xerxes Rånby <xerxes at zafena.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Xerxes Rånby <xerxes at zafena.se>  2009-09-09 05:29:03 ---
This bug got fixed during Evan Chengs ARM JIT bughunt after rev 81308, 81310,
81311!

Thanks!

xerxes at 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.



More information about the llvm-bugs mailing list