Re: Property for vector lowering

2013-03-19 Thread Richard Biener
On Thu, Dec 6, 2012 at 6:19 PM, Marc Glisse wrote: > Hello, > > this patch (for 4.9) introduces a property so we can check if vector > operations have been lowered yet. It mimics the complex lowering property, > and this required moving the -O0 vector lowering pass (otherwise it breaks > many test

Property for vector lowering

2012-12-06 Thread Marc Glisse
Hello, this patch (for 4.9) introduces a property so we can check if vector operations have been lowered yet. It mimics the complex lowering property, and this required moving the -O0 vector lowering pass (otherwise it breaks many testcases with "covariant" in their name). The tree-ssa-forwp