On 9/28/06, Roberto COSTA <[EMAIL PROTECTED]> 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