public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/21150] New: Suboptimal byte extraction from larger integers
@ 2005-04-21 13:10 vda at port dot imtp dot ilyichevsk dot odessa dot ua
  2005-04-21 13:13 ` [Bug rtl-optimization/21150] " vda at port dot imtp dot ilyichevsk dot odessa dot ua
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: vda at port dot imtp dot ilyichevsk dot odessa dot ua @ 2005-04-21 13:10 UTC (permalink / raw)
  To: gcc-bugs

Bytes are typically extracted from e.g. u64's by something like

#define D5(v) (((v) >> 40) & 0xff)

Testcase shows that gcc does not optimize this "good enough".

-- 
           Summary: Suboptimal byte extraction from larger integers
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: vda at port dot imtp dot ilyichevsk dot odessa dot ua
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-pc-linux-gnu
  GCC host triplet: i386-pc-linux-gnu
GCC target triplet: i386-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21150


^ permalink raw reply	[flat|nested] 9+ messages in thread
[parent not found: <bug-21150-1101@http.gcc.gnu.org/bugzilla/>]
[parent not found: <bug-21150-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2021-07-25  0:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-21 13:10 [Bug rtl-optimization/21150] New: Suboptimal byte extraction from larger integers vda at port dot imtp dot ilyichevsk dot odessa dot ua
2005-04-21 13:13 ` [Bug rtl-optimization/21150] " vda at port dot imtp dot ilyichevsk dot odessa dot ua
2005-04-21 13:19 ` [Bug rtl-optimization/21150] Suboptimal byte extraction from 64bits pinskia at gcc dot gnu dot org
2005-04-24 13:26 ` vda at port dot imtp dot ilyichevsk dot odessa dot ua
2005-07-04 22:21 ` pinskia at gcc dot gnu dot org
     [not found] <bug-21150-1101@http.gcc.gnu.org/bugzilla/>
2007-11-09 19:48 ` rask at gcc dot gnu dot org
2008-09-14  3:54 ` pinskia at gcc dot gnu dot org
     [not found] <bug-21150-4@http.gcc.gnu.org/bugzilla/>
2013-01-18 11:12 ` vda.linux at googlemail dot com
2021-07-25  0:51 ` pinskia 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).