[Bug target/23102] extra XORs generated on i686
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Aug 12 05:26:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-12 05:25 -------
The reason why GCSE after reload does not catch this is because the splitting happens after "gcse after
reload" happens.
This seems like it should not be a peephole2 at all but a split_and_insn pattern.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23102
More information about the Gcc-bugs
mailing list