This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/53787] Possible IPA-SRA / IPA-CP improvement


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53787

Steven Bosscher <steven at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steven at gcc dot gnu.org

--- Comment #9 from Steven Bosscher <steven at gcc dot gnu.org> 2012-07-26 22:49:16 UTC ---
(In reply to comment #8)
> Now if we could somehow propagate &10 into the actual argument of the
> call statement, IPA-CP should pick it up and propagate it into the
> caller.  Another alternative is to construct an aggregate jump
> function for it when we have them.  I'll keep this testcase in mind
> when working on them.

Shouldn't IPA-CP be able to do this already? It does appear to handle
CONST_DECLs already...


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