This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Cleanup code generation in lambda-code


On 6/7/07, Sebastian Pop <sebpop@gmail.com> wrote:
Hi,

In the loop linear code gen pass we have a very specific case of dead
code elimination that we can address without running a more expensive
generic DCE.  This is why I thought it would make sense to have a
function to remove the unused ivs.

Sebastian

Okay, just making sure we weren't doing this for no good reason.
The patch looked fine.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]