public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/102971] New: GCC cannot understand >>32 pattern
@ 2021-10-27 20:29 unlvsur at live dot com
  2021-10-27 20:30 ` [Bug tree-optimization/102971] " unlvsur at live dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: unlvsur at live dot com @ 2021-10-27 20:29 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 102971
           Summary: GCC cannot understand >>32 pattern
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: unlvsur at live dot com
  Target Milestone: ---

https://godbolt.org/z/eeG8fnY1z

I want to seperate a uint_least64_t to 2x uint_least32_t or merge 2x
uint_least32_t to uint_least64_t. GCC just cannot understand the pattern at all
here.

The assembly it generates is very bad for things like this.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-28  8:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-27 20:29 [Bug tree-optimization/102971] New: GCC cannot understand >>32 pattern unlvsur at live dot com
2021-10-27 20:30 ` [Bug tree-optimization/102971] " unlvsur at live dot com
2021-10-27 21:03 ` pinskia at gcc dot gnu.org
2021-10-28  8:19 ` [Bug target/102971] " rguenth 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).