http://llvm.org/bugs/show_bug.cgi?id=6336
Dan Gohman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #4 from Dan Gohman <[email protected]> 2010-03-08 17:53:54 CST --- This patch isn't right. Vector SIGN_EXTEND_INREG is expected to have a vector type for the second operand. A while ago I did try to change it to use a scalar type here, and this change simplified some of the code, however it was problematic because Legalize decides what to do by looking at this type, and on most targets, it needs to do different things for vector and scalar. -- 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
