This is the mail archive of the gcc-help@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]

Re: tree-ssa optimizations


On 3/29/07, Flop Bucket <flopbucket@hotmail.com> wrote:
>  > 1) I know that auto-vectorization is done on GIMPLE.
>  > I think I need to understand entire syntax GIMPLE to
>  > understand internal files of gcc which does
>  > auto-vectorization like tree-vectorizer.c.
>  > Isn't it?
>  > 2)Where can I get complete syntax of GIMPLE?
>
>gcc/tree.def

>  > 3) Is it possible to compile a .gimple/.ssa/.rtl file?
>
>No.

Yes it is.  You need to use gicc (was a symlink in previous releases as
gimple-gcc).  This will compile your .rtl file and generate the proper
autovectorization code for you on architectures that support it.


We (GCC) don't ship such a thing, and have never heard of such a thing
Neither has google, from what i can tell.
Link?



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