Re: GIV optimizations

2005-03-03 Thread Canqun Yang
Zdenek Dvorak <[EMAIL PROTECTED]>: > Hello, > > > Giv optimizations are just features which not > > implemented yet in the new loop unroller, so I think > > put it in bugzilla is not appropriate. > > it most definitely is appropriate. This is a performance > regression. Even if it would not be

Re: GIV optimizations

2005-03-01 Thread Zdenek Dvorak
Hello, > Giv optimizations are just features which not > implemented yet in the new loop unroller, so I think > put it in bugzilla is not appropriate. it most definitely is appropriate. This is a performance regression. Even if it would not be, feature requests can be put to Bugzilla. The be

Re: GIV optimizations

2005-02-28 Thread Andrew Pinski
On Feb 28, 2005, at 10:18 PM, Canqun Yang wrote: Giv optimizations are just features which not implemented yet in the new loop unroller, so I think put it in bugzilla is not appropriate. Bugzilla should be used more than just normal bugs but also enhancements. I test 171.swim on IA64 system with 1

Re: GIV optimizations

2005-02-28 Thread Canqun Yang
Hi, Gr.Steven Very thanks for your replyment. Induction variables are variables whose successive values form an arithmetic progression over a loop. Induction variables are often divided into bivs (basic induction variables), which are explicitly modified by the same constant amount during eac

Re: GIV optimizations

2005-02-28 Thread Steven Bosscher
On Feb 28, 2005 02:35 PM, Canqun Yang <[EMAIL PROTECTED]> wrote: > Hi, all > > The new loop unroller causes performance degradation > due to the unimplemented giv (general induction > variable) optimizations. > > When will it be implemented? Will you be more specific so we can have a clue w