http://llvm.org/bugs/show_bug.cgi?id=3826
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Summary|InstComb assert with vector |InstComb assert with vector |shift and no MMX generated |shift --- Comment #4 from Chris Lattner <[email protected]> 2009-03-18 11:33:48 --- Crash fixed here: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090316/075388.html Please include detailed information on how to reproduce the problem when you file a bug (e.g. saying to run instcombine on it). I don't think that the X86 backend has full support for vector shift matching. This is "documented" in lib/Target/X86/README-UNIMPLEMENTED.txt. If you're interested, it should be straight-forward to add. -- 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
