Re: [PATCH] Fix PR53733

2012-07-31 Thread Richard Guenther
On Mon, 30 Jul 2012, William J. Schmidt wrote: > This fixes the de-canonicalization of commutative GIMPLE operations in > the vectorizer that occurs when processing reductions. A loop_vec_info > is flagged for cleanup when a de-canonicalization has occurred in that > loop, and the cleanup is done

[PATCH] Fix PR53733

2012-07-30 Thread William J. Schmidt
This fixes the de-canonicalization of commutative GIMPLE operations in the vectorizer that occurs when processing reductions. A loop_vec_info is flagged for cleanup when a de-canonicalization has occurred in that loop, and the cleanup is done when the loop_vec_info is destroyed. Bootstrapped on p