On 12/18/21 20:42, Richard Henderson wrote: > Bitwise operations are easy to fold, because the operation is > identical regardess of element size. But add and sub need
Typo "regardless". > extra element size info that is not currently propagated. > > Fixes: 2f9f08ba43d > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tcg/optimize.c | 49 ++++++++++++++++++++++++++++++++++++++----------- > 1 file changed, 38 insertions(+), 11 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>