From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CAB433858CDA; Sun, 25 Sep 2022 19:35:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CAB433858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664134556; bh=5ADXtvvxA+wYdKGbAdeZQA+vQeGL4a+ap7oL+EDiGJ8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ObnGpTHzTJ4E5Op/W+N4v7eQBRm2GYcMjLZOJSiXZ5YVVPWh6ltTa6bny+t9GG7vx hDTsyj1A7xIYVm6LNtuzFPAqhJ2OaW5abhDhFAX80hjGTx1PeiiDhCZ5EVGKo8i0cZ G7tx5Xxa522sCW4STgQQd0bzFzx97Q1/RxO9z06c= From: "ak at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/93768] Use vpternlog for composite logical operations Date: Sun, 25 Sep 2022 19:35:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: ak at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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: cc resolution bug_status 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=3D93768 ak at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ak at gcc dot gnu.org Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #2 from ak at gcc dot gnu.org --- Most of it is already done as part of PR101989 One issue is that it is only for suitable vector types, it doesn't really w= ork for scalars because the compiler has no idea that a conversion might be profitable. Perhaps that would be an interesting (but likely) separate feat= ure to define some frame work to figure out if switching to the vector ISA is w= orth it. *** This bug has been marked as a duplicate of bug 101989 ***=