http://llvm.org/bugs/show_bug.cgi?id=6465
Dan Gohman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #2 from Dan Gohman <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
