[PATCH] D12284: [LoopVectorize] Extract InductionInfo into a helper class

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 08:58:18 PDT 2015


jmolloy created this revision.
jmolloy added reviewers: anemet, mzolotukhin.
jmolloy added a subscriber: llvm-commits.
jmolloy set the repository for this revision to rL LLVM.
Herald added a subscriber: sanjoy.

... and move it into LoopUtils where it can be used by other passes, just like ReductionDescriptor.

NFC

Repository:
  rL LLVM

http://reviews.llvm.org/D12284

Files:
  include/llvm/Transforms/Utils/LoopUtils.h
  lib/Transforms/Scalar/LoopInterchange.cpp
  lib/Transforms/Utils/LoopUtils.cpp
  lib/Transforms/Vectorize/LoopVectorize.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12284.32962.patch
Type: text/x-patch
Size: 20358 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150824/c732c8ac/attachment.bin>


More information about the llvm-commits mailing list