[Bug tree-optimization/101390] Expand vector mod as vector div + multiply-subtract

2024-08-22 Thread jschmitz at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101390 Jennifer Schmitz changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/101390] Expand vector mod as vector div + multiply-subtract

2024-08-22 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101390 --- Comment #9 from GCC Commits --- The master branch has been updated by Jennifer Schmitz : https://gcc.gnu.org/g:9bbad3685131ec95d970f81bf75f9556d4d92742 commit r15-3082-g9bbad3685131ec95d970f81bf75f9556d4d92742 Author: Jennifer Schmitz Dat

[Bug tree-optimization/101390] Expand vector mod as vector div + multiply-subtract

2024-08-07 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101390 --- Comment #8 from rguenther at suse dot de --- On Wed, 7 Aug 2024, jschmitz at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101390 > > --- Comment #7 from Jennifer Schmitz --- > Thank you for the reply. Seems like I

[Bug tree-optimization/101390] Expand vector mod as vector div + multiply-subtract

2024-08-07 Thread jschmitz at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101390 --- Comment #7 from Jennifer Schmitz --- Thank you for the reply. Seems like I have been looking in the right places. I'm a new member of the GCC community, so I'm still getting familiar with many parts of the code base. I have been trying to fi

[Bug tree-optimization/101390] Expand vector mod as vector div + multiply-subtract

2024-08-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101390 --- Comment #6 from Richard Biener --- Something like vect_recog_divmod_pattern is still the way to go - you can add a separate pattern function if that fits better. If you have vector integer division you can do modulo as suggested.

[Bug tree-optimization/101390] Expand vector mod as vector div + multiply-subtract

2024-08-07 Thread jschmitz at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101390 Jennifer Schmitz changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassign

[Bug tree-optimization/101390] Expand vector mod as vector div + multiply-subtract

2024-08-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101390 Andrew Pinski changed: What|Removed |Added CC||jschmitz at gcc dot gnu.org --- Comment

[Bug tree-optimization/101390] Expand vector mod as vector div + multiply-subtract

2021-07-13 Thread ktkachov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101390 --- Comment #3 from ktkachov at gcc dot gnu.org --- (In reply to Richard Biener from comment #2) > scalar patterns are the appropriate way to do this There may be parts of the compiler I'm not familiar here, so apologies... By scalar patterns do

[Bug tree-optimization/101390] Expand vector mod as vector div + multiply-subtract

2021-07-12 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101390 Richard Biener changed: What|Removed |Added Blocks||53947 --- Comment #2 from Richard Bien

[Bug tree-optimization/101390] Expand vector mod as vector div + multiply-subtract

2021-07-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101390 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Status|UNCONFIR