First Last Prev Next    No search results available
Details
: [scalarrepl] Scalar Replacement of aggregates is decimati...
Bug#: 66
: libraries
: Scalar Optimizations
Status: RESOLVED
Resolution: FIXED
: PC
: Linux
: 1.0
: P2
: normal
: 1.1

:
: miscompilation
:
:
  Show dependency tree - Show dependency graph
People
Reporter: Chris Lattner <sabre@nondot.org>
Assigned To: Chris Lattner <sabre@nondot.org>

Attachments


Note

You need to log in before you can comment on or make changes to this bug.

Related actions


Description:   Opened: 2003-10-29 10:18
The following testprogram is being misoptimized by the scalarrepl pass:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20031027/008945.html

Scalar repl is decimating the structure in main, despite the fact that its
address is used and passed into a function.

Thanks to Bill Wending for reducing this from a monster HDF5 testcase.
------- Comment #1 From Chris Lattner 2003-10-29 11:56:24 -------
This is now fixed:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20031027/008948.html

New testcase here:
ScalarRepl/2003-10-29-ArrayProblem.ll

First Last Prev Next    No search results available