This is the mail archive of the gcc@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]

Re: How early are COND_EXEC patterns created?


On Tue, May 02, 2000 at 12:10:06AM -0400, John Wehle wrote:
> What's the earliest that COND_EXEC patterns are created?

At present, after reload.  We'd need to teach reload to
create conditional spills before we could move it earlier.
I suspect it'll never go further back than just before sched1,
as too few optimization passes would be able to do anything
useful with it.

> BTW, can COND_EXEC appear inside a PARALLEL?

I would expect not, but did make provision for it in the bits
that scan for stores.


r~

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