[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2025-03-20 Thread stefansf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 Bug 114189 depends on bug 115519, which changed state. Bug 115519 Summary: s390 fallout from removing vcond{,u,eq} patterns https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115519 What|Removed |Added --

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-12-09 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 --- Comment #19 from GCC Commits --- The master branch has been updated by Richard Earnshaw : https://gcc.gnu.org/g:2c9b69594665a87f74c6d5cb39fc6e075d75d771 commit r15-6038-g2c9b69594665a87f74c6d5cb39fc6e075d75d771 Author: Richard Earnshaw Da

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-11-25 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 Richard Biener changed: What|Removed |Added Target|sparc, mips, ia64, gcn, |mips, ia64, gcn, aarch64,

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-11-22 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 --- Comment #17 from Eric Botcazou --- There is a nasty subtlety: the pattern is not vcond_mask but vcond_mask_ with a trailing underscore!

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-11-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 --- Comment #16 from Richard Biener --- As of r15-5318-g5a2c3a69fbdcb5 both ISEL (which used to build .VCOND{,U,EQ}) and vector lowering (which allowed that) now only look for vec_cmp{,u,eq} and vec_cond_mask optabs.

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-08-19 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 Bug 114189 depends on bug 115490, which changed state. Bug 115490 Summary: i386 fallout from removing vcond{,u,eq} patterns https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115490 What|Removed |Added --

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-08-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 --- Comment #15 from GCC Commits --- The master branch has been updated by LuluCheng : https://gcc.gnu.org/g:0498f8bda1d08b8ed8100d759917792baf2da15f commit r15-2878-g0498f8bda1d08b8ed8100d759917792baf2da15f Author: Lulu Cheng Date: Thu Aug

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-08-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 Bug 114189 depends on bug 116041, which changed state. Bug 116041 Summary: aarch64 fallout from removing vcond{,u,eq} patterns https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116041 What|Removed |Added ---

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-08-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 Richard Biener changed: What|Removed |Added Version|14.0|15.0 CC|

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-08-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 Richard Biener changed: What|Removed |Added Target|x86_64-*-*, i?86-*-*, |sparc, mips, loongarch,

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-07-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 --- Comment #12 from Andrew Pinski --- (In reply to Andrew Pinski from comment #11) > (In reply to Richard Biener from comment #4) > > aarch64 reports just > > > > FAIL: gcc.target/aarch64/if-compare_2.c check-function-bodies bar1 > > FAIL: gcc

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-07-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 --- Comment #11 from Andrew Pinski --- (In reply to Richard Biener from comment #4) > aarch64 reports just > > FAIL: gcc.target/aarch64/if-compare_2.c check-function-bodies bar1 > FAIL: gcc.target/aarch64/if-compare_2.c check-function-bodies ba

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-07-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 --- Comment #10 from GCC Commits --- The master branch has been updated by Stefan Schulze Frielinghaus : https://gcc.gnu.org/g:75c0bf997d2808561451e62aa6b7ae7c8e32b9e9 commit r15-2058-g75c0bf997d2808561451e62aa6b7ae7c8e32b9e9 Author: Stefan Sc

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-07-12 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 --- Comment #9 from rguenther at suse dot de --- On Fri, 12 Jul 2024, ebotcazou at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 > > Eric Botcazou changed: > >What|Removed |A

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-07-12 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org --- Commen

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-07-12 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 Richard Biener changed: What|Removed |Added Target|x86_64-*-*, i?86-*-*, |x86_64-*-*, i?86-*-*,

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-07-11 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 Bug 114189 depends on bug 115659, which changed state. Bug 115659 Summary: powerpc fallout from removing vcond{,u,eq} patterns https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115659 What|Removed |Added ---

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-06-30 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 Bug 114189 depends on bug 115517, which changed state. Bug 115517 Summary: Fix x86 regressions after dropping uses of vcond{,u,eq}_optab https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115517 What|Removed |Added

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-06-25 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 --- Comment #6 from GCC Commits --- The master branch has been updated by hongtao Liu : https://gcc.gnu.org/g:aac00d09859cc5934bd0f7493d537b8430337773 commit r15-1638-gaac00d09859cc5934bd0f7493d537b8430337773 Author: liuhongt Date: Thu Jun

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-06-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2024-06-17 Ever confirmed|0

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-06-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 --- Comment #4 from Richard Biener --- aarch64 reports just FAIL: gcc.target/aarch64/if-compare_2.c check-function-bodies bar1 FAIL: gcc.target/aarch64/if-compare_2.c check-function-bodies bar2

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-06-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 --- Comment #3 from Richard Biener --- arm is OK - https://ci.linaro.org/job/tcwg_gcc_check--master-arm-precommit/7755/artifact/artifacts/artifacts.precommit/notify/mail-body.txt loongarch is also reportedly OK

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-06-14 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 --- Comment #2 from Richard Biener --- Created attachment 58426 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58426&action=edit patch to remove use of the legacy optabs

[Bug target/114189] Target implements obsolete vcond{,u,eq} expanders

2024-03-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114189 --- Comment #1 from Richard Biener --- The following shows them all: grep 'vcond[