This is the mail archive of the gcc@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: COND_EXPRs in GIMPLE code and vectorizer


On 9/28/06, Roberto COSTA <roberto.costa@st.com> wrote:
I understand there may be additional occasions (currently unexploited)
to generated COND_EXPRs, but why precisely do you expect unlowered
COND_EXPRs be potentially harmful?

They inhibit some control flow optimizations such as jump threading.


What do you mean by "tree combiner"?

A mythical, never completed pass that combines different GIMPLE statements into a single new one, much like the combine pass on RTL.

Gr.
Steven


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