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]
Other format: [Raw text]

Re: define_split for specific split pass


On Tue, Aug 16, 2011 at 6:32 AM, Ilya Enkovich <enkovich.gnu@gmail.com> wrote:
> Hello,
>
> Is there any way to specify in define_split predicate that it should
> work in some particular pass only? I need to create split which works
> in pass_split_before_sched2 only.

So split before RA?  try conventionalizing it on !reload_complete .

Thanks,
Andrew Pinski


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