PING^4 [patch] [4.2 projects] vectorize type conversions
Victor Kaplansky
VICTORK@il.ibm.com
Tue Jun 6 15:57:00 GMT 2006
Bernd Schmidt <bernds_cb1@t-online.de> wrote on 29.05.2006 19:05:06:
> Victor Kaplansky wrote:
> > ping^4:
> >
> > part1 - http://gcc.gnu.org/ml//gcc-patches/2006-02/msg00940.html
(cleanup)
>
> This comments out some code with
> /*
> ...
> */
>
> which should never be done. Code that is unused should just be deleted
> in nearly all cases; if it has remaining value as documentation it could
> be commented out with an #if 0 block.
>
There are comments showing the (pseudo) code that will be generated by
the vectorizer. Maybe that's what you are referring to?
-- Victor
More information about the Gcc-patches
mailing list