[Bug target/40730] redundant memory load
"pinskia at gcc dot gnu.org via Gcc-bugs" <[email protected]>
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40730 --- Comment #16 from Drea Pinski <pinskia at gcc dot gnu.org> --- Note disabling sinking, pre is able to optimize the load correctly post GCC 14. I think due to r14-3217-g4d6132e59327e8 .