From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.14]) by sourceware.org (Postfix) with ESMTPS id 59C30388C035 for ; Mon, 10 Jun 2024 00:55:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 59C30388C035 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=linux.intel.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=linux.intel.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 59C30388C035 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=192.198.163.14 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1717980960; cv=none; b=vUdufNQKPSsPB9naP2Ka1HVBS8agZ1+l1x+3czLGZbNW6aNaAuC2rEvVds7EVVRKpX1OAmFiQ3rnUhNuAbig1vIB4kPzgWYQJaYeqL3DJm2jcjOtiGCiGCIKxcwEiDF4D7Jf3tcdTKEMct8664gTxL8uOiICx6O0PeqvkYlR6YM= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1717980960; c=relaxed/simple; bh=0MpALkpWYg12V5UcpWWB1JIzQDw5uFHKx5QZqsVtCWk=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=T/cXgsuvxaaQ5Gc+27Wy6yNhZl3iDm5gE6ZUfGskSYoE2cQ0myw9i5tYX5TdwZGJAjhx9zV4dhSHj571fpXmVdy7AQK5/PE+hbLHMSfN6occ5WfWy+hpQZt88FIcIFVsH1KFnM6HVJ5GasuhYeOae2LSfL/G+fmyTuwJyI17swI= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1717980958; x=1749516958; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=0MpALkpWYg12V5UcpWWB1JIzQDw5uFHKx5QZqsVtCWk=; b=SVn+IMqOvBEgN/Dokz/Ohc7FQtnN6MZlOFDAXobfOzkhWwGFYb6eLVbv 7EiSpxz3pMRFLswOrzQQAHc1E3S2bRH4Fn0a9rbMbTeu3/g+8FuCcOR3D 3IR1w83ckvy3ql0jZJuC0LhJi5XjLsSg7RlxhYXzElaWikyfFQP1MfgKw QS3I6GN1j0TYSEZo+Z40+R7GzqaTF8Fh2AKQMPl0PoVpUd95Q8l0AMlMt 1l3/niweS5XSHYM3dpJ9hnIMVvW+GMNtlrNc9t1vVMC7h0wucqdUjH72e 6mT7tDPHPv+nBy0WcaRwyjdZyNjbpmY1g8ljVmdGo/ZArSvY4ByHKc1MF Q==; X-CSE-ConnectionGUID: NIrmRwViQRK25PGAfhHtkQ== X-CSE-MsgGUID: CGpEKneKRBuCJy2BcYc8Sw== X-IronPort-AV: E=McAfee;i="6600,9927,11098"; a="14862251" X-IronPort-AV: E=Sophos;i="6.08,226,1712646000"; d="scan'208";a="14862251" Received: from orviesa004.jf.intel.com ([10.64.159.144]) by fmvoesa108.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jun 2024 17:55:57 -0700 X-CSE-ConnectionGUID: w9c0UgV7RqWEjnbJTn7lOg== X-CSE-MsgGUID: Ud7OhkodSMaQ6CL6Mn1Ujw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,226,1712646000"; d="scan'208";a="44024023" Received: from tassilo.jf.intel.com (HELO tassilo) ([10.54.38.190]) by orviesa004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jun 2024 17:55:57 -0700 Date: Sun, 9 Jun 2024 17:55:52 -0700 From: Andi Kleen To: gcc-patches@gcc.gnu.org Cc: richard.guenther@gmail.com, nathan@acm.org, josmyers@redhat.com, richard.sandiford@arm.com, jason@redhat.com Subject: [PING] Re: [PATCH v7 1/9] Improve must tail in RTL backend Message-ID: References: <20240602172205.2151579-1-ak@linux.intel.com> <20240602172205.2151579-2-ak@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240602172205.2151579-2-ak@linux.intel.com> X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_EF,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Need reviewers for the tree and middle-end parts, as well as the C frontend. Thanks! -Andi