[PATCH] D16197: [LV] Vectorize pre-load recurrences

Matthew Simpson via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 11:37:14 PST 2016


mssimpso added a comment.

I just talked with Geoff in person, and I like the shuffle/insert approach. This will avoid a lot of the memory issues and should also expand the types of phi's we can handle beyond loads. Thanks for the quick feedback! I'll post an updated version soon.


http://reviews.llvm.org/D16197





More information about the llvm-commits mailing list