[Bug target/110456] vectorization with loop masking prone to STLF issues

2024-07-09 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110456 Richard Biener changed: What|Removed |Added Blocks||26163 --- Comment #3 from Richard Bien

[Bug target/110456] vectorization with loop masking prone to STLF issues

2024-07-09 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110456 --- Comment #2 from Richard Biener --- *** Bug 115845 has been marked as a duplicate of this bug. ***

[Bug target/110456] vectorization with loop masking prone to STLF issues

2023-06-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110456 --- Comment #1 from Richard Biener --- Correction, the testcase should look like void __attribute__((noipa)) test (double * __restrict a, double *b, int n, int m) { for (int j = 0; j < m; ++j) for (int i = 0; i < n; ++i) a[i + j*n]