This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/78116] [7 regression] Performance drop after r241173 on avx512 target


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78116

--- Comment #12 from Pat Haugen <pthaugen at gcc dot gnu.org> ---
Now that pr77536 has been fixed can this issue be closed? The first testcase no
longer has any loads from the stack in the loop, but does have 4 reg copies
that seem like they could get cleaned up (RA/reload issue as Bin mentioned?).
The second testcase is totally cleaned up.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]