Closed Quuxplusone closed 12 years ago
Bugzilla Link | PR12472 |
Status | RESOLVED DUPLICATE of bug 12470 |
Importance | P enhancement |
Reported by | John Regehr (regehr@cs.utah.edu) |
Reported on | 2012-04-05 16:03:35 -0700 |
Last modified on | 2012-04-05 20:05:46 -0700 |
Version | trunk |
Hardware | PC Linux |
CC | chad.rosier@gmail.com, chandlerc@gmail.com, chenyang@cs.utah.edu, llvm-bugs@lists.llvm.org |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
Bisect points to:
http://llvm.org/viewvc/llvm-project?view=rev&revision=153572
Author: chandlerc
Date: Wed Mar 28 03:38:27 2012 CDT (8 days, 12 hours ago)
Log Message:
Switch to WeakVHs in the value mapper, and aggressively prune dead basic
blocks in the function cloner. This removes the last case of trivially
dead code that I've been seeing in the wild getting inlined, analyzed,
re-inlined, optimized, only to be deleted. Nukes a FIXME from the
cleanup tests.
_This bug has been marked as a duplicate of bug 12470_