On Fri, Jul 11, 2014 at 8:29 PM, Prathamesh Kulkarni
wrote:
> On 7/11/14, Richard Biener wrote:
>> On Thu, Jul 10, 2014 at 8:05 PM, Prathamesh Kulkarni
>> wrote:
>>> Hi,
>>>I have attempted to add syntax for symbol to denote multiple
>>> operators.
>>>
>>> I tried it with few bogus patterns
On Thu, Jul 10, 2014 at 8:05 PM, Prathamesh Kulkarni
wrote:
> Hi,
>I have attempted to add syntax for symbol to denote multiple operators.
>
> I tried it with few bogus patterns and it appears to work hopefully -:)
> eg: (bogus pattern):
> (for op in plus minus
> (match_and_simplify
>
Hi,
I have attempted to add syntax for symbol to denote multiple operators.
I tried it with few bogus patterns and it appears to work hopefully -:)
eg: (bogus pattern):
(for op in plus minus
(match_and_simplify
(op @0 @1)
(op @0 @0)))
generates following patterns:
(plus @0 @1) ->