This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/49457] integer comparison does not vectorize
- From: "irar at il dot ibm.com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 19 Jun 2011 10:15:51 +0000
- Subject: [Bug tree-optimization/49457] integer comparison does not vectorize
- Auto-submitted: auto-generated
- References: <bug-49457-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49457
Ira Rosen <irar at il dot ibm.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |irar at il dot ibm.com
Resolution| |DUPLICATE
--- Comment #1 from Ira Rosen <irar at il dot ibm.com> 2011-06-19 10:14:24 UTC ---
Conditions with different types of the comparison and the then/else operands
are not vectorized.
This is a duplicate of pr27460.
See also http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00255.html.
*** This bug has been marked as a duplicate of bug 27460 ***