Re: [match-and-simplify] operator-lists in expression

2014-12-01 Thread Richard Biener
On Tue, Nov 11, 2014 at 9:55 AM, Richard Biener wrote: > On Mon, Nov 10, 2014 at 2:39 PM, Prathamesh Kulkarni > wrote: >> Hi, >> This patch adds support for operator-lists to be used in expression. >> >> I reuse operator-list as the iterator. This is not really valid since >> user-defined opera

Re: [match-and-simplify] operator-lists in expression

2014-11-11 Thread Richard Biener
On Mon, Nov 10, 2014 at 2:39 PM, Prathamesh Kulkarni wrote: > Hi, > This patch adds support for operator-lists to be used in expression. > > I reuse operator-list as the iterator. This is not really valid since > user-defined operator-lists cannot be iterator in 'for', but it was > convenient to