[Bug target/114189] New: Target implements obsolete vcond{,u,eq} expanders
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Mar 1 10:16:05 GMT 2024
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.
More information about the Gcc-bugs
mailing list