http://llvm.org/bugs/show_bug.cgi?id=6016
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #4 from Chris Lattner <[email protected]> 2010-01-23 20:23:51 --- Actually, I don't think this is a good idea. relying on pattern matching would increase the risk that the pattern would get broken by random passes. It is still a good idea to have a target dag combine that forms these when done "the hard way" of course. -- 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
