[Bug rtl-optimization/85180] Infinite loop in RTL DSE optimizer
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Apr 5 09:56:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85180
--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
True, but might eat more compile time memory.
Further, the question stands, is what find_base_term returns for a particular
VALUE cacheable for the whole duration between cselib_init and cselib_finish in
each pass, or not? Would be nice to again do instrumented bootstrap/regtest to
gather data whether it ever differs and how often if it does.
More information about the Gcc-bugs
mailing list