[Bug c++/108953] inefficient codegen for trivial equality (defaulted operator==)
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108953 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Keywords|