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

--- Comment #28 from cuilili <lili.cui at intel dot com> ---
(In reply to H.J. Lu from comment #25)
> Can this be mitigated by removing redundant load and store?
Yes, inlining say_sphere can remove redundant loads and stores, O3 does
inlining, but O2 is more sensitive to code size and cannot be inlined.

Reply via email to