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: optimisation internals question


> on one.  Is there a way in simplify_rtx to tell the combiner where
> are the split-points of the new rtx, or should I move those optimisations
> to somewhere else ?

There is a way, but not in simplify_rtx.  You have add a define_split
to your *.md file that accepts the generated pattern.


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