From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id D15473858C39 for ; Fri, 10 Sep 2021 02:29:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D15473858C39 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56102) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mOWIf-0007lH-NB; Thu, 09 Sep 2021 22:29:57 -0400 Received: from [141.143.193.79] (port=57102 helo=termi.gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOWId-000858-JN; Thu, 09 Sep 2021 22:29:57 -0400 From: "Jose E. Marchesi" To: "Frank Ch. Eigler via Cgen" Subject: Re: [PATCH CGEN v1] cgen: Compute correct mask and values when offset in define-ifield is not 0. References: <20210820023254.2575757-1-guillermo.e.martinez@oracle.com> <7123187.iIbC2pHGDl@sali> <20210910012321.GA19490@redhat.com> Date: Fri, 10 Sep 2021 04:29:52 +0200 In-Reply-To: <20210910012321.GA19490@redhat.com> (Frank Ch. Eigler via Cgen's message of "Thu, 9 Sep 2021 21:23:21 -0400") Message-ID: <87y28540yn.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cgen@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cgen mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2021 02:30:00 -0000 >> Just to know if you have some comments to this patch :-) >> Thanks in advance. > > Sorry, no fresh enough knowledge to offer informed commentary. If > your regression tests on other platform indicated no problems, and > it solves a real problem with your arch, go for it. FWIW we reviewed carefully the change internally and it looks good to me...