http://llvm.org/bugs/show_bug.cgi?id=3376
Dan Gohman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #15 from Dan Gohman <[email protected]> 2009-01-28 11:58:35 --- The second half of the fix is now done, here: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090126/072817.html Theoretically, the DAGCombiner and Legalizer could run iteratively, allowing the DAGCombiner to create new Custom nodes which are subsequently Legalized, however situations where this would help are uncommon. In this PR, it was only visible before the earlier fixes were applied. -- 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
