Commit eeb4dfda by Yao Qi Committed by Yao Qi

passes.texi: Clean up.

2010-10-04  Yao Qi  <yao@codesourcery.com>

        * doc/passes.texi: Clean up.

From-SVN: r164929
parent e5b16755
2010-10-04 Yao Qi <yao@codesourcery.com>
* doc/passes.texi: Clean up.
2010-10-03 Ian Lance Taylor <iant@google.com> 2010-10-03 Ian Lance Taylor <iant@google.com>
* c-typeck.c (lookup_field): If -fplan9-extensions, permit * c-typeck.c (lookup_field): If -fplan9-extensions, permit
...@@ -472,9 +472,8 @@ This pass applies if-conversion to simple loops to help vectorizer. ...@@ -472,9 +472,8 @@ This pass applies if-conversion to simple loops to help vectorizer.
We identify if convertible loops, if-convert statements and merge We identify if convertible loops, if-convert statements and merge
basic blocks in one big block. The idea is to present loop in such basic blocks in one big block. The idea is to present loop in such
form so that vectorizer can have one to one mapping between statements form so that vectorizer can have one to one mapping between statements
and available vector operations. This patch re-introduces COND_EXPR and available vector operations. This pass is located in
at GIMPLE level. This pass is located in @file{tree-if-conv.c} and is @file{tree-if-conv.c} and is described by @code{pass_if_conversion}.
described by @code{pass_if_conversion}.
@item Conditional constant propagation @item Conditional constant propagation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment