[Bug rtl-optimization/26190] combine misses some distributivity

2023-10-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26190 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug rtl-optimization/26190] combine misses some distributivity

2019-12-22 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26190 --- Comment #8 from Eric Gallager --- Does the new combine2 pass proposed for GCC 10 fix any of this?

[Bug rtl-optimization/26190] combine misses some distributivity

2018-10-01 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26190 --- Comment #7 from Jim Wilson --- I didn't realize it was assigned to me. I changed it to unassigned.

[Bug rtl-optimization/26190] combine misses some distributivity

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26190 --- Comment #6 from Eric Gallager --- (In reply to Jim Wilson from comment #5) > I haven't done any further work on this. The reason I was asking was because this bug shows up in my search of bugs with an assignee but that aren't marked as

[Bug rtl-optimization/26190] combine misses some distributivity

2018-10-01 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26190 --- Comment #5 from Jim Wilson --- I haven't done any further work on this.

[Bug rtl-optimization/26190] combine misses some distributivity

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26190 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug rtl-optimization/26190] combine misses some distributivity

2015-04-24 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26190 Jim Wilson wilson at gcc dot gnu.org changed: What|Removed |Added CC||wilson at gcc dot

[Bug rtl-optimization/26190] combine misses some distributivity

2015-04-24 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26190 --- Comment #3 from Jim Wilson wilson at gcc dot gnu.org --- This ior/shift/xor optimization be done during combine with a simplify-rtx.c patch. I wrote a prototype and tested it. Combine canonicalizes shift/logical as logical/shift, so we

[Bug rtl-optimization/26190] combine misses some distributivity

2006-02-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-25 19:40 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/26190] combine misses some distributivity

2006-02-09 Thread bonzini at gnu dot org
-- bonzini at gnu dot org changed: What|Removed |Added BugsThisDependsOn||16798, 18395 Severity|normal |enhancement

[Bug rtl-optimization/26190] combine misses some distributivity

2006-02-09 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||missed-optimization Priority|P1