[Bug c++/108953] inefficient codegen for trivial equality (defaulted operator==)

2025-07-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108953 --- Comment #9 from Andrew Pinski --- (In reply to Andrew Pinski from comment #6) > LLVM has a full pass that does this: > https://reviews.llvm.org/D33987 https://github.com/llvm/llvm-project/blob/b470ac419d7e8eec6c8a27539096e38a1751ee12/llvm/l

[Bug c++/108953] inefficient codegen for trivial equality (defaulted operator==)

2025-07-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108953 --- Comment #8 from Andrew Pinski --- *** Bug 121120 has been marked as a duplicate of this bug. ***

[Bug c++/108953] inefficient codegen for trivial equality (defaulted operator==)

2025-07-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108953 Andrew Pinski changed: What|Removed |Added CC||tdebock at DRWUK dot com --- Comment #7

[Bug c++/108953] inefficient codegen for trivial equality (defaulted operator==)

2024-10-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108953 --- Comment #6 from Andrew Pinski --- LLVM has a full pass that does this: https://reviews.llvm.org/D33987

[Bug c++/108953] inefficient codegen for trivial equality

2023-07-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108953 Andrew Pinski changed: What|Removed |Added CC||jengelh at inai dot de --- Comment #5 f

[Bug c++/108953] inefficient codegen for trivial equality

2023-02-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108953 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Keywords|