[PATCH] D41045: [LV] NFC patch for moving VP*Recipe class definitions from LoopVectorize.cpp to VPlan.h

Hideki Saito via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 15:53:30 PST 2017


hsaito updated this revision to Diff 126465.
hsaito added a comment.

Most of print functions moved to VPlan.cpp. VPInterleaveRecipe::print() still has to stay in LoopVectorize.cpp since InterleaveGroup class is defined there, not in a header file VPlan.cpp can include.


https://reviews.llvm.org/D41045

Files:
  lib/Transforms/Vectorize/LoopVectorize.cpp
  lib/Transforms/Vectorize/VPlan.cpp
  lib/Transforms/Vectorize/VPlan.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41045.126465.patch
Type: text/x-patch
Size: 31202 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171211/ac791324/attachment.bin>


More information about the llvm-commits mailing list