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


Duncan Sands <[email protected]> changed:

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




--- Comment #2 from Duncan Sands <[email protected]>  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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to