[PATCH] D22792: VecClone Pass
Matt via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 26 11:04:50 PDT 2018
mmasten added inline comments.
Herald added a reviewer: javed.absar.
================
Comment at: test/Transforms/LoopVectorize/masked_simd_func.ll:1
+; Note: Test the simd function caller side functionality. The function side vectorization is tested under VecClone.
+
----------------
fpetrogalli wrote:
> Any test that checks the caller side functionality should be be under the patch that enables the loop vectorizer to use the VecClone pass.
Thanks Francesco. Looks like I accidentally included this test in this patch. I looked to make sure it was already included in the LoopVectorize patch.
https://reviews.llvm.org/D22792
More information about the llvm-commits
mailing list