Re: About Loop Pattern ----GCC porting

2007-03-01 Thread Ian Lance Taylor
"redriver jiang" <[EMAIL PROTECTED]> writes: >I am Jiang Hongjiang and recently I am porting the GCC backend > to a DSP, and get puzzled about the "decrement_and_branch_until_zero" > pattern.By Reading the GCC source, I find that this pattern is used in > loop optimization, and it's used u

About Loop Pattern ----GCC porting

2007-03-01 Thread redriver jiang
Hello: I am Jiang Hongjiang and recently I am porting the GCC backend to a DSP, and get puzzled about the "decrement_and_branch_until_zero" pattern.By Reading the GCC source, I find that this pattern is used in loop optimization, and it's used under the condition of defining the "doloop_end"