[LLVMbugs] [Bug 1310] Loop Unrolling thwarts dead stores elimination of aggregate elements
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Apr 8 17:54:57 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1310
sabre at nondot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From sabre at nondot.org 2007-04-08 19:54 -------
The link-time optimizer should clean this up, because it does run scalarrepl after loop unroll. However,
what we really need is a smarter DSE pass. I'm going to mark this as a dup of 1309.
*** This bug has been marked as a duplicate of 1309 ***
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list