This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/54803] Rotates are not vectorized


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Manual constant unfolding   |Rotates are not vectorized
                   |breaks vectorization        |

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-10-04 00:14:52 UTC ---
  D.1826_10 = D.1825_9 r<< 32;

So the rotate by 32 is not being vectorizered into two shift followed by an or.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]