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 rtl-optimization/64164] [4.9/5 Regression] one more stack slot used due to one less inlining level


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64164

--- Comment #24 from Jeffrey A. Law <law at redhat dot com> ---
Integrating uncprop and out-of-ssa certainly crossed my mind when I wrote that
comment :-)  Or at least arranging to build the life info/conflict stuff once
and have it shared.

A poor man's version is to note the path for the equivalence and see if any of
the blocks on that path define the other PHI arguments.  That ought to be fast
and simple enough to possibly include in gcc5.


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