From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luc Van Oostenryck Subject: Re: [GIT PULL] llvm fixes Date: Sun, 12 Nov 2017 06:45:52 +0100 Message-ID: <20171112054550.cppako2mchvyhmmg@ltop.local> References: <20170918095135.12066-1-luc.vanoostenryck@gmail.com> <20171105171013.mktkihyuuagqthaq@ltop.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-wm0-f65.google.com ([74.125.82.65]:33538 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750798AbdKLFp5 (ORCPT ); Sun, 12 Nov 2017 00:45:57 -0500 Received: by mail-wm0-f65.google.com with SMTP id r68so10237151wmr.0 for ; Sat, 11 Nov 2017 21:45:57 -0800 (PST) Content-Disposition: inline In-Reply-To: Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Christopher Li Cc: Linux-Sparse On Sun, Nov 12, 2017 at 09:04:43AM +0800, Christopher Li wrote: > - create special instruction that is not part of bb->insns. Push > instruction in insn.arguments. You already came with this previously and I already replied you about it. I don't know what make you think that OP_PUSH are not in bb->insns but you're wrong: they are normal instructions and are thus stored in the bb->insns, the second patch even change their position inside this list. -- Luc