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]

Re: SH: cmpeqdi splitter messes up the CFG


On Tue, Aug 29, 2000 at 06:02:52AM -0300, Alexandre Oliva wrote:
> A define_split shouldn't be emitting jumps and labels.  It messes up
> the CFG and the BB structure too late in the compilation process.

Err.. the split pass run after reload and before flow2 should
be able to do just this.  Is it not running then?


r~

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