Re: [match.pd PATCH] PR tree-optimization/114661: Generalize MULT_EXPR recognition (take #2)

2024-07-15 Thread Richard Biener
On Sun, Jul 14, 2024 at 3:08 PM Roger Sayle wrote: > > > Hi Richard, > Many thanks for the review and recommendation to use nop_convert?. > This revised patch implements that suggestion, which required a little > experimentation/tweaking as ranger/EVRP records the ranges on the > useless type

[match.pd PATCH] PR tree-optimization/114661: Generalize MULT_EXPR recognition (take #2)

2024-07-14 Thread Roger Sayle
Hi Richard, Many thanks for the review and recommendation to use nop_convert?. This revised patch implements that suggestion, which required a little experimentation/tweaking as ranger/EVRP records the ranges on the useless type conversions rather than the multiplications. This patch has been