[PATCH] D18537: Don't vectorize loops when everything will be scalarized

Nadav Rotem via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 11:14:28 PDT 2016


nadav added a comment.

Hal, the code looks much better.  I was thinking about this patch on the way to work this morning and I was wondering if you could mark the type <4 x i32> as legal, because you _can_ load it and store it to memory. Right?


http://reviews.llvm.org/D18537





More information about the llvm-commits mailing list