[LLVMbugs] [Bug 6465] DAGCombiner/SelectionDAG are not safe when using vectors

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Mar 3 16:24:29 PST 2010


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

Dan Gohman <gohman at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |gohman at apple.com
         Resolution|                            |FIXED

--- Comment #2 from Dan Gohman <gohman at apple.com> 2010-03-03 18:24:29 CST ---
The DAGCombiner.cpp part looks fine; I committed that in r97692.  The
SelectionDAG.cpp part does not look right. There had been some confusion about
this in the tree, but now the type operand to vector SIGN_EXTEND_INREG is also
vector.

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