[Bug tree-optimization/114164] simdclone vectorization creates unsupported IL

2024-03-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114164 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |14.0

[Bug tree-optimization/114164] simdclone vectorization creates unsupported IL

2024-03-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114164 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/114164] simdclone vectorization creates unsupported IL

2024-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114164 --- Comment #6 from GCC Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:a19ab1c42aba47fbfb122a6160f504565aef0943 commit r14-9295-ga19ab1c42aba47fbfb122a6160f504565aef0943 Author: Richard Biener Date:

[Bug tree-optimization/114164] simdclone vectorization creates unsupported IL

2024-03-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114164 --- Comment #5 from Richard Biener --- The following fixes this, it also shows that even with -mavx2 we don't support this (as was expected after the analysis). Note since we emit mask ? {true,..} : {false,...} we only support in-branch clones

[Bug tree-optimization/114164] simdclone vectorization creates unsupported IL

2024-03-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114164 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug tree-optimization/114164] simdclone vectorization creates unsupported IL

2024-02-29 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114164 Hongtao Liu changed: What|Removed |Added CC||liuhongt at gcc dot gnu.org --- Comment

[Bug tree-optimization/114164] simdclone vectorization creates unsupported IL

2024-02-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114164 --- Comment #2 from Jakub Jelinek --- (In reply to Richard Biener from comment #1) > I'm not sure who's responsible to reject this, whether the vectorizer can > expect there's a way to create the mask arguments when the simdclone is > marked

[Bug tree-optimization/114164] simdclone vectorization creates unsupported IL

2024-02-29 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114164 Richard Biener changed: What|Removed |Added Target||x86_64-*-* CC|