From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Li Subject: Re: [PATCH v4 02/63] allow binop simplification after canonicalization Date: Thu, 23 Mar 2017 22:00:17 -0700 Message-ID: References: <20170321001607.75169-1-luc.vanoostenryck@gmail.com> <20170321001607.75169-3-luc.vanoostenryck@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-io0-f177.google.com ([209.85.223.177]:35785 "EHLO mail-io0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752855AbdCXFAT (ORCPT ); Fri, 24 Mar 2017 01:00:19 -0400 Received: by mail-io0-f177.google.com with SMTP id z13so10573894iof.2 for ; Thu, 23 Mar 2017 22:00:18 -0700 (PDT) In-Reply-To: <20170321001607.75169-3-luc.vanoostenryck@gmail.com> Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Luc Van Oostenryck Cc: Linux-Sparse , Dibyendu Majumdar , Jeff Garzik , Pekka Enberg On Mon, Mar 20, 2017 at 5:15 PM, Luc Van Oostenryck wrote: > Signed-off-by: Luc Van Oostenryck > --- > simplify.c | 20 +++++++++----------- > 1 file changed, 9 insertions(+), 11 deletions(-) Looks good. It would be nice to have some test code to show the effect of this change. Chris