[Bug tree-optimization/109271] Unnecessary vectorization alias versioning check
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109271 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|
[Bug tree-optimization/109271] Unnecessary vectorization alias versioning check
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109271 --- Comment #1 from Richard Biener --- A related(?) case from the same PR is the following where one could argue we should have propagated the equivalence. void __attribute__((noinline)) generic(int * a, int * b, int c) { if (a == b) {