[Bug tree-optimization/120982] Incorrect alignment after (early exit) vectorization

2025-07-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120982 --- Comment #3 from Richard Biener --- That is, DR_TARGET_ALIGNMENT and dr_aligned do not mix well for "over-aligned" DR_TARGET_ALIGNMENT. The immediate issue might be best fixed by dropping the set_ptr_info_alignment calls, but we are using th

[Bug tree-optimization/120982] Incorrect alignment after (early exit) vectorization

2025-07-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120982 Richard Biener changed: What|Removed |Added Assignee|rguenth at gcc dot gnu.org |unassigned at gcc dot gnu.org

[Bug tree-optimization/120982] Incorrect alignment after (early exit) vectorization

2025-07-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120982 Richard Biener changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org