We move the loop rotate functions in a separate class to avoid passing multiple parameters to each function.
This cleanup will help for further development of loop rotation.
NFC.
Patch written by Aditya Kumar and Sebastian Pop.
Paths
| Differential D21311
LoopRotate: restructure code to simplify functions ClosedPublic Authored by sebpop on Jun 13 2016, 3:16 PM.
Details Summary We move the loop rotate functions in a separate class to avoid passing multiple parameters to each function. Patch written by Aditya Kumar and Sebastian Pop.
Diff Detail
Event Timelinesebpop updated this object. This revision is now accepted and ready to land.Jun 13 2016, 3:29 PM Closed by commit rL272672: LoopRotate: restructure code to simplify functions (authored by spop). · Explain WhyJun 14 2016, 7:51 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 60688 llvm/trunk/include/llvm/Transforms/Scalar/LoopRotation.h
llvm/trunk/lib/Transforms/Scalar/LoopRotation.cpp
|