[PATCH] D38676: [LV] Model masking in VPlan, introducing VPInstructions
Gil Rapaport via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 18 13:06:40 PDT 2017
gilr added a comment.
In https://reviews.llvm.org/D38676#900051, @gilr wrote:
> One change we can probably peel off before, though, is to first introduce VPBlendRecipe and VPWidenMemoryInstruction w/o the new masking code. This should later narrow the diff in LoopVectorize.cpp and reflect the masking changes on those Recipes as well.
This is now up for review as D39068 <https://reviews.llvm.org/D39068>.
https://reviews.llvm.org/D38676
More information about the llvm-commits
mailing list