[PATCH] D38676: [LV] Model masking in VPlan, introducing VPInstructions

Gil Rapaport via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 15 06:40:29 PDT 2017


gilr updated this revision to Diff 119081.
gilr added a comment.

Addressed comment: Added a call to Value2VPValue.clear() on ~VPlan().


https://reviews.llvm.org/D38676

Files:
  docs/Proposals/VectorizationPlan.rst
  lib/Transforms/Vectorize/LoopVectorize.cpp
  lib/Transforms/Vectorize/VPlan.cpp
  lib/Transforms/Vectorize/VPlan.h
  lib/Transforms/Vectorize/VPlanBuilder.h
  lib/Transforms/Vectorize/VPlanValue.h
  test/Transforms/LoopVectorize/X86/x86-predication.ll
  test/Transforms/LoopVectorize/if-conversion-nest.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38676.119081.patch
Type: text/x-patch
Size: 62615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171015/56849ca0/attachment.bin>


More information about the llvm-commits mailing list