[PATCH] D51837: Move a transformation routine from LoopUtils to LoopVectorize.

Vikram TV via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 9 00:19:16 PDT 2018


tvvikram created this revision.
tvvikram added reviewers: dmgreen, llvm-commits.

Move InductionDescriptor::transform() routine from LoopUtils to its only uses in LoopVectorize.cpp.
Specifically, the function is renamed as InnerLoopVectorizer::emitTransformedIndex().

This is a child to https://reviews.llvm.org/D51153.


Repository:
  rL LLVM

https://reviews.llvm.org/D51837

Files:
  Transforms/Utils/LoopUtils.cpp
  Transforms/Vectorize/LoopVectorize.cpp
  llvm/Transforms/Utils/LoopUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51837.164584.patch
Type: text/x-patch
Size: 10668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180909/e8fd7869/attachment.bin>


More information about the llvm-commits mailing list