https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100331
Bug ID: 100331
Summary: 128 bit arithmetic --- suboptimal after shifting when
referencing other variables
Product: gcc
Version: 9.3.0
Status: UNCONFIRMED
Sever
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100391
Bug ID: 100391
Summary: 128 bit arithmetic --- many unnecessary instructions
when extracting smaller parts
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
Sev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106420
Bug ID: 106420
Summary: Missed optimization for comparisons
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106420
--- Comment #1 from zero at smallinteger dot com ---
(it should be possible to massage the output further to use test and setne,
which ICC prefers to e.g. cmp and seta)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106420
--- Comment #4 from zero at smallinteger dot com ---
Sorry about that :/.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105778
Bug ID: 105778
Summary: Rotate by register --- unnecessary AND instruction
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compon