From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DB36C3858CDA; Mon, 10 Jun 2024 06:49:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DB36C3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718002178; bh=Kkm/e/SXYqgYL77rYUqyUqnc/HEA9kXSPvgIe8GJyTM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=C+6lcKQbm4tB8XG+FYtM3chm+EWWidw8d81Nq20Jj0sA8NI44vEYLfogJQso30/XD cS5srOYtEnR1w14HZW3HK6VovD0fsi+XqPUFI2XzkYMkcUha0CjgFvM1pek6Tonmv9 1H7drn8YE8T2D14YSJ4AkAfAo5Nyys6amH00BhP0= From: "rdapp 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 06:49: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: rdapp 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 #3 from Robin Dapp --- 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.=