[Bug optimization/7003] [ppc] address of array loaded int register twice without any need

segher at koffie dot nl gcc-bugzilla@gcc.gnu.org
Mon Sep 29 16:09:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7003



------- Additional Comments From segher at koffie dot nl  2003-09-29 15:52 -------
GCC needs two GCSE passes to get rid of this; the
first pass to get rid of the high-half load, and the
second for the full load.  Try --param max-gcse-passes=2 .
Maybe this should be default on PowerPC 32-bit?



More information about the Gcc-bugs mailing list