This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] splits after reload
- From: Richard Henderson <rth at redhat dot com>
- To: "Rakesh Kumar - Software, Noida" <rakeshku at noida dot hcltech dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Joern Rennecke <joern dot rennecke at superh dot com>
- Date: Wed, 4 Feb 2004 01:29:31 -0800
- Subject: Re: [PATCH] splits after reload
- References: <1B3885BC15C7024C845AAC78314766C502FC149A@exch-01.noida.hcltech.com>
On Wed, Feb 04, 2004 at 02:50:21PM +0530, Rakesh Kumar - Software, Noida wrote:
> I'd like to advocate defining the target hook for
> recombining splits in split_all_insns ().
No. Absolutely not. This is not the purpose of split_all_insns.
It kinda sounds like you want reload-cse to run later than it
currently does. That might be a quite reasonable solution, but
it would certainly have to be tested on many targets.
r~