[PATCH] D27249: [LoopVectorize] Use OpenMP vector routines.

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 02:08:19 PST 2016


rengolin added a comment.

Just a high level question: why can't this extend the same insert mechanism we already use for the other vectorised functions, instead of creating a new one for OpenMP?


https://reviews.llvm.org/D27249





More information about the llvm-commits mailing list