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 ipa/68930] Aggregate replacements not applied to inline function bodies.


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

--- Comment #8 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
The information is consumed by ipcp_transform_function, so you can take a look.
It is stored in ipcp_get_transformation_summary
I think it is just matter of not freeing it (assuming it is freed after cloning
is done) and using it from GVN

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