[LLVMbugs] [Bug 3216] Incorrect codegen with shifting+sign extension ( possibly DAGCombiner?)

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Jan 19 17:12:01 PST 2009


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


Dan Gohman <gohman at apple.com> changed:

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




--- Comment #3 from Dan Gohman <gohman at apple.com>  2009-01-19 19:12:01 ---
It turns out there was already code that attempted to avoid
creating non-power-of-2-sized loads, but it was checking
the wrong type. This is fixed here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090119/072385.html


-- 
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