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; 5+ 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] 5+ messages in thread

end of thread, other threads:[~2005-07-04 22:21 UTC | newest]

Thread overview: 5+ 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

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).