[Bug middle-end/92574] Inefficient code for multidimensional array assess

2021-08-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92574 Andrew Pinski changed: What|Removed |Added Depends on||85017 --- Comment #3 from Andrew Pinski

[Bug middle-end/92574] Inefficient code for multidimensional array assess

2019-11-19 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92574 --- Comment #2 from bin cheng --- Similar to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57534 The original idea was handle this as much as possible in ivopt which is difficult given ivopt code has lots of (scev/niter) validity checks. In afore

[Bug middle-end/92574] Inefficient code for multidimensional array assess

2019-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92574 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Status|