[PATCH] D95676: [VPlan][NFC] Introduce constructor for VPIteration

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 05:02:10 PST 2021


david-arm updated this revision to Diff 320752.
david-arm retitled this revision from "[VPlan][NFC] Introduce constructors for VPIteration" to "[VPlan][NFC] Introduce constructor for VPIteration".
david-arm edited the summary of this revision.
david-arm added a comment.

- Removed default constructor VPIteration() and replaced uses with VPIteration(0, 0)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95676/new/

https://reviews.llvm.org/D95676

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95676.320752.patch
Type: text/x-patch
Size: 9148 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210202/271b4b22/attachment.bin>


More information about the llvm-commits mailing list