... and move it into LoopUtils where it can be used by other passes, just like ReductionDescriptor.
NFC
Paths
| Differential D12284
[LoopVectorize] Extract InductionInfo into a helper class ClosedPublic Authored by jmolloy on Aug 24 2015, 8:58 AM.
Details
Summary ... and move it into LoopUtils where it can be used by other passes, just like ReductionDescriptor. NFC
Diff Detail
Event Timelinejmolloy updated this object. anemet edited edge metadata. Comment ActionsLGTM, a few things for you to consider:
This revision is now accepted and ready to land.Aug 25 2015, 3:58 PM Comment Actions I've committed this with changes suggested by Adam in r246145.
Ach, sorry! James
Revision Contents
Diff 32962 include/llvm/Transforms/Utils/LoopUtils.h
lib/Transforms/Scalar/LoopInterchange.cpp
lib/Transforms/Utils/LoopUtils.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
|
Move this to the other private members? Also s/use/used by/