From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id AF26C3858033; Thu, 23 Feb 2023 13:48:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AF26C3858033 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677160119; bh=JAmzccHSHagbBq+MOcdYb/+L8lpsLnx07KNGCvpZva0=; h=From:To:Subject:Date:From; b=dwM/UisadBqH5xAk8Ixb2sicYJUX+ZfNklOzxqC9N4hAG/6fjhs5Ud+2IYoa4fj7S +yj96xClMxQjT9aHSaURbEDowEd+hBTr8z5OWCILpEYxcGilU9zIP42/EhYBxa3+MU cu/vo+rmOSgmU0jtQP1hDRldOdg8DcqcRi0xtc4g= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alexandre Oliva To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/aoliva/heads/testme)] [arm] avoid aes-1742098 mitigation in combine tests X-Act-Checkin: gcc X-Git-Author: Alexandre Oliva X-Git-Refname: refs/users/aoliva/heads/testme X-Git-Oldrev: 0fe0c61a522b2fb3d68653e5fefe4bf9fe2e3b31 X-Git-Newrev: a82bf99b47879aa7eb38d5247e091128a40c8359 Message-Id: <20230223134839.AF26C3858033@sourceware.org> Date: Thu, 23 Feb 2023 13:48:39 +0000 (GMT) List-Id: https://gcc.gnu.org/g:a82bf99b47879aa7eb38d5247e091128a40c8359 commit a82bf99b47879aa7eb38d5247e091128a40c8359 Author: Alexandre Oliva Date: Thu Feb 23 10:30:32 2023 -0300 [arm] avoid aes-1742098 mitigation in combine tests The expected asm output for aes-fuse-[12].c does not correspond to that which is generated when -mfix-cortex-a57-aes-1742098 is enabled. The mitigation was introduced after the test, and enabled by default for the selected processor, a72. Select a53 instead, where the migitation is not enabled by default, and all the expected fusions can take place. for gcc/testsuite/ChangeLog * gcc.target/arm/aes-fuse-1.c: Switch to -mcpu=cortex-a53. * gcc.target/arm/aes-fuse-2.c: Likewise. Diff: