[Bug middle-end/47033] loop distribution has problems on sane testcases

2021-12-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47033 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/47033] loop distribution has problems on sane testcases

2011-01-01 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47033 --- Comment #4 from Jan Hubicka 2011-01-01 13:29:47 UTC --- I at least checked in the fix for uninitialized var. It would indeed be nice to know why the generated code is worse than before. Honza

[Bug middle-end/47033] loop distribution has problems on sane testcases

2010-12-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47033 Richard Guenther changed: What|Removed |Added Keywords||missed-optimization Status

[Bug middle-end/47033] loop distribution has problems on sane testcases

2010-12-28 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47033 --- Comment #2 from Sebastian Pop 2010-12-29 05:15:19 UTC --- Is the problem that the testcase is too fragile and we have to fix the pattern expected by the testcase? I suppose we can just disable the scan for memset and leave the testcase test

[Bug middle-end/47033] loop distribution has problems on sane testcases

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47033 Richard Guenther changed: What|Removed |Added CC||spop at gcc dot gnu.org --- Comment #1