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

Chandler Carruth <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|                            |FIXED

--- Comment #2 from Chandler Carruth <[email protected]> 2012-11-21 02:18:03 
CST ---
The fix is somewhat specific to vectors -- we want to create shufflevectors to
expand vector accesses to a subset of elements into accesses to the entire
vector.

I've implemented this in r168418. Let me know if you see any problems or missed
optz here.

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