https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97642
Bug ID: 97642
Summary: Incorrect replacement of vmovdqu32 with vpblendd can
cause fault
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106038
Bug ID: 106038
Summary: x86_64 vectorization of ALU ops using xmm registers
prematurely
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106038
--- Comment #2 from Noah Goldstein ---
(In reply to Andrew Pinski from comment #1)
> Created attachment 53175 [details]
> Testcase -O3 -march=icelake-client
>
> Next time attach the testcase and not link to godbolt without a testcase.
Sorry.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106038
--- Comment #5 from Noah Goldstein ---
(In reply to Richard Biener from comment #4)
> The vectorizer does not anticipate store-merging performing "vectorization"
> in GPRs and thus the scalar cost is off (it also doesn't anticipate the
> differe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106060
Bug ID: 106060
Summary: Inefficient constant broadcast on x86_64
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target