public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/91674] [ARM/thumb] redundant memcpy does not get optimized away on thumb
       [not found] <bug-91674-4@http.gcc.gnu.org/bugzilla/>
@ 2022-08-03 17:25 ` rearnsha at gcc dot gnu.org
  0 siblings, 0 replies; only message in thread
From: rearnsha at gcc dot gnu.org @ 2022-08-03 17:25 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Earnshaw <rearnsha at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Richard Earnshaw <rearnsha at gcc dot gnu.org> ---
This is essentially a dup of PR105090, which is now fixed on master.  The code
generation in both Arm and Thumb2 state is essentially the same early on, but
in Thumb we were unable to optimize away all the byte manipulations.
The unused stack slot was needed at the time of early expansion to RTL and once
created there's no mechanism for getting rid of it if it is no-longer needed.

*** This bug has been marked as a duplicate of bug 105090 ***

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-03 17:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-91674-4@http.gcc.gnu.org/bugzilla/>
2022-08-03 17:25 ` [Bug target/91674] [ARM/thumb] redundant memcpy does not get optimized away on thumb rearnsha at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).