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

Nadav Rotem via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 14:03:48 PDT 2016


nadav added a comment.

Hal, I am not sure I understand the problem. Is the problem register pressure or the fact that store <8 x i32> is more expensive than 8 times store i32?

This looks like a problem with the PPC cost model that does not take into account the cost of scalarization.


http://reviews.llvm.org/D18537





More information about the llvm-commits mailing list