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

Re: using scratchpads to enhance RTL-level if-conversion: the new patch is almost ready to be prepared for merging to trunk, but not 100% ready yet


> I haven't looked at the full code, but NEXT_INSN is even more
> suspicious (you also need to skip the debug insns).


Thanks for that information.


> Compile with -dap (directly with cc1 or with -S), find some difference
> in the generated asm, see what the RTL insn number for that was (that's
> what -dp is for), find where the difference came from (from the dumpfiles,
> that's -da; you probably already know what pass is the culprit ;-) )


Thanks again!

Regards,

Abe


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