From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] Re: LLVM and PSEUDO_REG/PSEUDO_PHI Date: Sun, 28 Aug 2011 06:18:33 -0400 Message-ID: <4E5A15F9.2090007@garzik.org> References: <4E5495C9.6050207@kernel.org> <4E55F33C.50203@kernel.org> <4E58731A.7010708@garzik.org> <4E58AE9E.1090601@garzik.org> <4E59478C.9000504@garzik.org> <4E5A129F.1090801@garzik.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-qw0-f46.google.com ([209.85.216.46]:64580 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751821Ab1H1KSg (ORCPT ); Sun, 28 Aug 2011 06:18:36 -0400 Received: by qwk3 with SMTP id 3so2771311qwk.19 for ; Sun, 28 Aug 2011 03:18:35 -0700 (PDT) In-Reply-To: <4E5A129F.1090801@garzik.org> Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Pekka Enberg Cc: Linus Torvalds , Sparse Mailing-list > Random thoughts / backend status: And, * a "make check" that exercises our known-working backend tests all the way through compilation, linking and execution would be VERY helpful. i.e. pass values to the binops tests, and make sure we receive expected results. In the early stages, this may mean linking with a gcc-compiled test harness?