https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113744
--- Comment #3 from kong lingling ---
*add_4 and *adddi_4 are for shorter opcode from cmp to
inc/dec or add $128. But NDD code is longer than the cmp code,
so there is no need to support ndd.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115978
Bug ID: 115978
Summary: x86 backend crashes when using -m32 -march=native (if
machine support APX)
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: nor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115749
--- Comment #11 from kong lingling ---
After adjusted rtx_cost of imulq for COST_N_INSNS (4) to COST_N_INSNS (3), I
tested the benchmark on Sierra Forest machine based on gcc trunk, and the
algorithm with 2 multiplications is 2% faster. For Spec
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115028
kong lingling changed:
What|Removed |Added
CC||lingling.kong7 at gmail dot com
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109549
kong lingling changed:
What|Removed |Added
CC||lingling.kong7 at gmail dot com
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101991
kong lingling changed:
What|Removed |Added
CC||lingling.kong7 at gmail dot com
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105735
kong lingling changed:
What|Removed |Added
CC||lingling.kong7 at gmail dot com
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106742
--- Comment #3 from kong lingling ---
Fixed in GCC13.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106113
kong lingling changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106113
--- Comment #5 from kong lingling ---
Fixed in GCC13.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106113
--- Comment #3 from kong lingling ---
(In reply to Jakub Jelinek from comment #1)
> Has the definition of these intrinsics changed over time?
Yes, intrinsic `_mm_comieq_ss ` old operation is `RETURN ( a[31:0] == b[31:0]
) ? 1 : 0`, and new ope
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106113
Bug ID: 106113
Summary: wrong codegen for _mm_[u]comineq_{ss,sd} and need to
return PF result.
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103723
Bug ID: 103723
Summary: Loop invariant motion pass failed to remove unused
code from loop
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
13 matches
Mail list logo