From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by sourceware.org (Postfix) with ESMTPS id 287923858C39 for ; Fri, 10 Sep 2021 12:58:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 287923858C39 X-IronPort-AV: E=McAfee;i="6200,9189,10102"; a="221105496" X-IronPort-AV: E=Sophos;i="5.85,282,1624345200"; d="scan'208";a="221105496" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Sep 2021 05:58:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,282,1624345200"; d="scan'208";a="505069022" Received: from scymds01.sc.intel.com ([10.148.94.138]) by fmsmga008.fm.intel.com with ESMTP; 10 Sep 2021 05:58:22 -0700 Received: from shliclel219.sh.intel.com (shliclel219.sh.intel.com [10.239.236.219]) by scymds01.sc.intel.com with ESMTP id 18ACwIBt025632; Fri, 10 Sep 2021 05:58:19 -0700 From: liuhongt To: gcc-patches@gcc.gnu.org Cc: meissner@linux.ibm.com, segher@kernel.crashing.org, richard.guenther@gmail.com, jimw@sifive.com, schwab@linux-m68k.org, andrew@sifive.com, asolokha@gmx.com Subject: [PATCH 0/2] Revert r12-3277 since it caused regressions on many other targets. Date: Fri, 10 Sep 2021 20:58:16 +0800 Message-Id: <20210910125818.334531-1-hongtao.liu@intel.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00, KAM_DMARC_NONE, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_LINKBAIT, KAM_SHORT, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2021 12:58:27 -0000 Hi: Details discussed in https://gcc.gnu.org/pipermail/gcc-patches/2021-September/579170.html. Bootstrapped and regtested on x86_64-linux-gnu{-m32,}. Ok for trunk? liuhongt (2): Revert "Get rid of all float-int special cases in validate_subreg." validate_subreg before call gen_lowpart to avoid ICE. gcc/emit-rtl.c | 40 ++++++++++++++++++++++++++++++++++++++++ gcc/expmed.c | 6 +++++- 2 files changed, 45 insertions(+), 1 deletion(-) -- 2.27.0