[Bug middle-end/111975] gimple front end can't round-trip vectorized code

2025-02-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111975 --- Comment #6 from Richard Biener --- The following is a pragmatic patch for the dots, a less pragmatic one would maybe use dump_fancy_name in a special mode for -gimple, replacing dots by $ for example. The patch below will turn ivtmp.17_23 i

[Bug middle-end/111975] gimple front end can't round-trip vectorized code

2023-12-18 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111975 --- Comment #5 from Richard Biener --- What's left is the dots.

[Bug middle-end/111975] gimple front end can't round-trip vectorized code

2023-12-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111975 --- Comment #4 from GCC Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:88a398a487ee37f1fc7850740f2d94d895657646 commit r14-6662-g88a398a487ee37f1fc7850740f2d94d895657646 Author: Richard Biener Date:

[Bug middle-end/111975] gimple front end can't round-trip vectorized code

2023-12-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111975 --- Comment #3 from GCC Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:5bca321faa30c4fb46225efbe2698a13b3271b1c commit r14-6658-g5bca321faa30c4fb46225efbe2698a13b3271b1c Author: Richard Biener Date:

[Bug middle-end/111975] gimple front end can't round-trip vectorized code

2023-10-25 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111975 --- Comment #2 from Richard Biener --- Created attachment 56252 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56252&action=edit old patch If you use sth like startswith("vect") you'll figure LC-SSA doesn't work - here's a quite old patch

[Bug middle-end/111975] gimple front end can't round-trip vectorized code

2023-10-25 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111975 Richard Biener changed: What|Removed |Added Last reconfirmed||2023-10-25 Assignee|unassign