This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, rs6000] power8 patches, revised patch #8, power8 load fusion


On Mon, Jul 29, 2013 at 2:39 PM, Michael Meissner
<meissner@linux.vnet.ibm.com> wrote:
> This is the revised version of my patch #8 for power8 support.  I have removed
> all of the incidental changes, and only added the support for load fusion.  I
> have added support for fusion on 32-bit Linux.  I have added a test to make
> sure the fusion ops are being generated.

In emit_fusion_gpr_load(), please add

else
  gcc_unreachable ();

to the

if (TARGET_ELF)
  ...
else if (TARGET_XCOFF)
 ...

paths.  Those really should be unreachable and not fall into the
"Could not generate addis value for fusion" fatal error.

Okay with that change.

Thanks, David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]