This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/2962] inefficient code with and
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Dec 2003 04:21:15 -0000
- Subject: [Bug optimization/2962] inefficient code with and
- References: <20010526114559.2962.95318-quiet@bugs.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-26 04:21 -------
Note even though on PPC, there is only two instructions, lha is slower on the Power4/970
than a lhz would be because it is cracked aka takes two slots in the instrcution group.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2962