Re: [Sdcc-user] Order of external/internal rules

2020-07-28 Thread Sebastian 'basxto' Riedel
On 28.07.20 15:50, Maarten Brock wrote: Peephole rules? Yes, internal peephole rules are applied first and user supplied peephole rules are applied after that. We should document this! Yes, that’s what I meant. When I diffed the asm generated with and without external peep hole rules, there wa

Re: [Sdcc-user] Order of external/internal rules

2020-07-28 Thread Maarten Brock
Sebastian 'basxto' Riedel schreef op 2020-07-24 18:23: In what order are internal and external rules executed? I get some confusing output from my rules, I supposed that internal rules are matched first and external ones last. What rules are you talking about? Peephole rules? Yes, internal peep