[PATCH] D22867: [LV] Untangle the concepts of uniform and scalar

Matthew Simpson via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 12:15:15 PDT 2016


mssimpso added a comment.

Also, if we use isScalarAfterVectorization in collectValuesToIgnore and for IV scalarization, it probably makes sense to pre-compute this like we do for collectLoopUniforms. I think this will be a little cleaner than passing around ValuesNotWidened as before. I'll update the patch! Thanks for all the feedback.

Matt.


https://reviews.llvm.org/D22867





More information about the llvm-commits mailing list