I can hand you more than the testcases i've given so far. There is tons of code out there that would benefit from straight line vectorization.
I'm interested in these test cases. Thanks!
In fact, we have some that gets written in loop form right now just so it gets vectorized!
May be loop materialization is useful in such situation ? - Devang