[PATCH] D21311: LoopRotate: restructure code to simplify functions

Sebastian Pop via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 13 15:16:18 PDT 2016


sebpop created this revision.
sebpop added reviewers: mzolotukhin, sanjoy.
sebpop added subscribers: llvm-commits, hiraditya.
Herald added subscribers: mzolotukhin, sanjoy.

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.

http://reviews.llvm.org/D21311

Files:
  llvm/include/llvm/Transforms/Scalar/LoopRotation.h
  llvm/lib/Transforms/Scalar/LoopRotation.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21311.60618.patch
Type: text/x-patch
Size: 10904 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160613/9534c957/attachment.bin>


More information about the llvm-commits mailing list