From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C11543858000; Mon, 24 Jan 2022 14:01:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C11543858000 From: "avieira at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug regression/103997] [12 Regression] gcc.target/i386/pr88531-??.c scan-assembler-times FAILs Date: Mon, 24 Jan 2022 14:01:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: regression X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: avieira at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2022 14:01:45 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103997 --- Comment #10 from avieira at gcc dot gnu.org --- Hi Levy, I did a quick experiment, compiled exchange2_r with trunk and with trunk + = all my epilogue and unroll vector patches reverted, with '-march=3Dalderlake -O= fast -flto -funroll_loops' and the codegen is pretty much the same. Could it be that picking a different mode than we did before all of my patc= hes, was a better choice? If this is the case then this is something that should= be fixed by an appropriate cost-model, picking the best mode for the specific loop's epilogue. The patches I reverted were: f4ca0a53be18dfc7162fd5dcc1e73c4203805e14 7ca1582ca60dc84cc3fc46b9cda620e2a0bed1bb 016bd7523131b645bca5b5530c81ab5149922743 d3ff7420e941931d32ce2e332e7968fe67ba20af What were you using as a baseline for that last regression?=