public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/65494] New: [5.0 Regression] Loop is not vectorized because of operand canonicalization.
@ 2015-03-20 15:29 ysrumyan at gmail dot com
  2015-03-20 16:04 ` [Bug tree-optimization/65494] " ysrumyan at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ysrumyan at gmail dot com @ 2015-03-20 15:29 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65494
           Summary: [5.0 Regression] Loop is not vectorized because of
                    operand canonicalization.
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ysrumyan at gmail dot com

5.0 compiler is not vectorized simple loop extracted from geekbench but 4.9
compiler does. This is caused by different operand ordering after loop
unrolling (I pointed out essential part of tree):
4.9              5.0
_105=_86+_1      _105=_86+_1
_109=_90+_63     _109=_63+_90
_21=_6+_82       _21=_6+_82

Test-case is attached.


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

end of thread, other threads:[~2015-03-23 13:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-20 15:29 [Bug tree-optimization/65494] New: [5.0 Regression] Loop is not vectorized because of operand canonicalization ysrumyan at gmail dot com
2015-03-20 16:04 ` [Bug tree-optimization/65494] " ysrumyan at gmail dot com
2015-03-20 16:43 ` jakub at gcc dot gnu.org
2015-03-20 16:50 ` [Bug tree-optimization/65494] [5 " jakub at gcc dot gnu.org
2015-03-20 17:40 ` jakub at gcc dot gnu.org
2015-03-23 10:38 ` rguenth at gcc dot gnu.org
2015-03-23 13:02 ` rguenth at gcc dot gnu.org
2015-03-23 14:18 ` 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).