From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 013AB3858D35; Mon, 10 Jun 2024 07:12:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 013AB3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718003559; bh=4Km7o8mzUnjbRe7ElYXfNvP50v674F0eusqoe4t7cQs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CiUBAM10iTogQNoD6C/HkPHCuVpkl9Dg1251XrycE10tzPrg5jCJRcQN4hrKbOrlJ CuBJrf9e1QtmadKW6vjRBX875JVAlMC7P9Wcv2P+gyOZaw0iwS7rYBNSxeJpW2FwlX ydzMDojOiiN/JIjPJYwOQt6h7UXNCtviY4hImZwk= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/115382] Wrong code with in-order conditional reduction and masked loops Date: Mon, 10 Jun 2024 07:12:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D115382 --- Comment #4 from Richard Biener --- (In reply to Robin Dapp from comment #3) > For the record - the hunk before bootstrapped and regtested on the cfarm > machines and tested successfully on aarch64 qemu with sve. I still need = to > set up a regtest environment with SME. I think the patch is OK, so I suggest to post it and CC Richard S. so he can chime in.=