This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/18560] better optimalization of EOR/MOV block.
- From: "rearnsha at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Feb 2005 10:15:06 -0000
- Subject: [Bug rtl-optimization/18560] better optimalization of EOR/MOV block.
- References: <20041119081318.18560.pluto@pld-linux.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From rearnsha at gcc dot gnu dot org 2005-02-11 10:15 -------
The new register allocator (new-ra) has been removed because it was buggy and
there were no plans to fix it. I was using it to show that the initial MOV was
an unrelated issue.
Your code snippet shows that the rotate and the EOR are being merged, which is
what this PR was about.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18560