[PATCH] D30686: [SLP] PR32078: convert scalar operations to vector.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 08:21:54 PDT 2017


ABataev reclaimed this revision.
ABataev added a comment.

Michael, tried to implement it in InstCombiner, but we need cost analysis. Later passes are not suitable for this, because we need transformed code in InstCombiner. So, reopened it.


https://reviews.llvm.org/D30686





More information about the llvm-commits mailing list