From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61241 invoked by alias); 1 Jul 2019 12:14:46 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 61228 invoked by uid 89); 1 Jul 2019 12:14:45 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:309 X-HELO: EUR01-DB5-obe.outbound.protection.outlook.com Received: from mail-eopbgr150045.outbound.protection.outlook.com (HELO EUR01-DB5-obe.outbound.protection.outlook.com) (40.107.15.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 01 Jul 2019 12:14:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com; s=selector2-armh-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=YCsCCUaAZNNq8ZggGftNK7nyIG7uYJXaIq7criO5kfY=; b=CqLfiOOzcxVXBspT/NwNP6nhVJGLL6j7LBtnTDR6KhrRnZaIbADEXbVfuySkN95vuXPc4HtLekUFbOl1d7fLMOEWRlBkGSavrficzVrlRh/RUnvbH39tdkhiv7YeMQ6Xo5GzLNT7K5fhKTd9sOM0Sf+TNGF5qu/8CxIWW8heWL8= Received: from VI1PR0801MB2127.eurprd08.prod.outlook.com (10.168.62.22) by VI1PR0801MB1758.eurprd08.prod.outlook.com (10.168.63.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2032.20; Mon, 1 Jul 2019 12:14:41 +0000 Received: from VI1PR0801MB2127.eurprd08.prod.outlook.com ([fe80::493f:5c3c:1c39:a762]) by VI1PR0801MB2127.eurprd08.prod.outlook.com ([fe80::493f:5c3c:1c39:a762%2]) with mapi id 15.20.2032.019; Mon, 1 Jul 2019 12:14:41 +0000 From: Wilco Dijkstra To: Joel Hutton , GCC Patches CC: Richard Sandiford , Richard Earnshaw , nd Subject: Re: [PING][AArch64] Use scvtf fbits option where appropriate Date: Mon, 01 Jul 2019 12:14:00 -0000 Message-ID: References: <3157239f-48e6-bbd6-122c-d173b361bebd@arm.com> ,<832dd1bd-89f9-ca98-7b88-d5b26f515d63@arm.com> In-Reply-To: <832dd1bd-89f9-ca98-7b88-d5b26f515d63@arm.com> authentication-results: spf=none (sender IP is ) smtp.mailfrom=Wilco.Dijkstra@arm.com; x-ms-oob-tlc-oobclassifiers: OLM:7691; received-spf: None (protection.outlook.com: arm.com does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: Wilco.Dijkstra@arm.com X-SW-Source: 2019-07/txt/msg00034.txt.bz2 Hi Joel, This looks good. One more thing, the patterns need to be conditional on check flag_trapping_math since the division can underflow and reassociating it would remove that. Other than that I think this is ready, but I can't approve. Wilco =20=20=20=20=20