[Bug tree-optimization/110428] missed CSE with VLA vectors

2023-06-27 Thread juzhe.zhong at rivai dot ai via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110428 --- Comment #4 from JuzheZhong --- (In reply to JuzheZhong from comment #3) > Hi, I think for VLS vectors, we should be able the enhance CSE for this > following case: > > #include > > void __attribute__((noinline,noclone)) > foo (int *out, i

[Bug tree-optimization/110428] missed CSE with VLA vectors

2023-06-27 Thread juzhe.zhong at rivai dot ai via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110428 JuzheZhong changed: What|Removed |Added CC||juzhe.zhong at rivai dot ai --- Comment #3

[Bug tree-optimization/110428] missed CSE with VLA vectors

2023-06-27 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110428 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/110428] missed CSE with VLA vectors

2023-06-27 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110428 Richard Biener changed: What|Removed |Added Target||aarch64 Keywords|