[LLVMbugs] [Bug 3434] Wrong x86 code generated

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Feb 8 23:52:12 PST 2009


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


Duncan Sands <baldrick at free.fr> changed:

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




--- Comment #2 from Duncan Sands <baldrick at free.fr>  2009-02-09 01:52:11 ---
No, the new legalizer does not handle vectors of i1.
The old legalizer didn't either, it just thought it
did.  The target independent optimizers also don't
handle it properly, they also just think they do:
some places think <n x i1> is n bits wide, other
places think it's n bytes wide.

*** This bug has been marked as a duplicate of bug 1784 ***


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