From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Li Subject: Re: [PATCH] llvm: fix output_op_[ptr]cast() Date: Mon, 6 Mar 2017 09:56:42 +0800 Message-ID: References: <20170303052459.2351-1-luc.vanoostenryck@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-io0-f182.google.com ([209.85.223.182]:36130 "EHLO mail-io0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752414AbdCFB4n (ORCPT ); Sun, 5 Mar 2017 20:56:43 -0500 Received: by mail-io0-f182.google.com with SMTP id l7so104423322ioe.3 for ; Sun, 05 Mar 2017 17:56:43 -0800 (PST) In-Reply-To: Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Luc Van Oostenryck Cc: Dibyendu Majumdar , Linux-Sparse On Sat, Mar 4, 2017 at 3:55 AM, Luc Van Oostenryck wrote: > On Fri, Mar 3, 2017 at 7:30 PM, Dibyendu Majumdar > wrote: >> Perhaps we need these fixes? >> >> https://patchwork.kernel.org/patch/8175541/ > > I very much doubt it would make any difference. > This patch is part of a serie enforcing correct handling > of constant expression *as defined by the standard*. > It won't change the type of an expression or something like this. I second that. Those patch series give warnings but it should not affect the IR. Chris