This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/21997] vectorization inhibited by gcc's choice to view an integer as a boolean
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Jun 2005 13:30:57 -0000
- Subject: [Bug tree-optimization/21997] vectorization inhibited by gcc's choice to view an integer as a boolean
- References: <20050610131529.21997.stefaan.deroeck@gmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 13:30 -------
Since "a == 0" is the canonical version of a?0:1, the vectorizer should recognize it.
Confirmed.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |missed-optimization
Last reconfirmed|0000-00-00 00:00:00 |2005-06-10 13:30:56
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21997