[Bug target/86011] Inefficient code generated for ldivmod with constant value

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

[Bug target/86011] Inefficient code generated for ldivmod with constant value

2019-11-19 Thread patrick at motec dot com.au
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86011 Patrick Oppenlander changed: What|Removed |Added Version|8.1.0 |9.2.0 --- Comment #3 from Patrick

[Bug target/86011] Inefficient code generated for ldivmod with constant value

2019-03-04 Thread steven at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86011 Steven Bosscher changed: What|Removed |Added Status|WAITING |NEW

[Bug target/86011] Inefficient code generated for ldivmod with constant value

2018-06-01 Thread patrick at motec dot com.au
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86011 --- Comment #2 from Patrick Oppenlander --- Sure, # cat test.c struct foo { long a, b; }; struct foo test(long long x) { return (struct foo){x / 77, x % 77}; } # gcc --version gcc (GCC) 8.1.0 Copyright (C) 2018 Free Software Foundation,

[Bug target/86011] Inefficient code generated for ldivmod with constant value

2018-06-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86011 Richard Biener changed: What|Removed |Added Keywords||missed-optimization