[Bug rtl-optimization/17482] GCSE after reload replacing changing instructions
dje at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Sep 14 19:36:00 GMT 2004
------- Additional Comments From dje at gcc dot gnu dot org 2004-09-14 19:36 -------
The problem appears to be the call to reset_opr_set_tables() in
eliminate_partially_redundant_loads(). The last set information is computed in
compute_hash_table_after_reload in gcse_after_reload_main() and then deleted in
eliminate_partially_redundant_loads(), which tests the table.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17482
More information about the Gcc-bugs
mailing list