public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/114189] New: Target implements obsolete vcond{,u,eq} expanders
@ 2024-03-01 10:16 rguenth at gcc dot gnu.org
  2024-03-01 10:23 ` [Bug target/114189] " rguenth at gcc dot gnu.org
  2024-06-14 10:24 ` rguenth at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-03-01 10:16 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189

            Bug ID: 114189
           Summary: Target implements obsolete vcond{,u,eq} expanders
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

The listed targets implement any of vcond, vcondu or vcondeq expanders where
the modern way of exposing vector conditional instructions is using
mask generating vec_cmp{,u,eq} and vcond_mask expanders.

vcond, vcondu and vcondeq optabs will be retired in the future.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug target/114189] Target implements obsolete vcond{,u,eq} expanders
  2024-03-01 10:16 [Bug target/114189] New: Target implements obsolete vcond{,u,eq} expanders rguenth at gcc dot gnu.org
@ 2024-03-01 10:23 ` rguenth at gcc dot gnu.org
  2024-06-14 10:24 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-03-01 10:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
The following shows them all:

grep 'vcond[<eu]' gcc/config/*/*.md

ia64 and sparc are the only targets that do not implement any vec_cmp{,u,eq}
pattern.

mips, sparc and ia64 do not implement any vcond_mask pattern.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug target/114189] Target implements obsolete vcond{,u,eq} expanders
  2024-03-01 10:16 [Bug target/114189] New: Target implements obsolete vcond{,u,eq} expanders rguenth at gcc dot gnu.org
  2024-03-01 10:23 ` [Bug target/114189] " rguenth at gcc dot gnu.org
@ 2024-06-14 10:24 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-06-14 10:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Created attachment 58426
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58426&action=edit
patch to remove use of the legacy optabs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-14 10:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-01 10:16 [Bug target/114189] New: Target implements obsolete vcond{,u,eq} expanders rguenth at gcc dot gnu.org
2024-03-01 10:23 ` [Bug target/114189] " rguenth at gcc dot gnu.org
2024-06-14 10:24 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).