[PATCH] D153437: [opt] Exposing the parameters of LoopRotate to the -passes interface

Yann Girsberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 03:27:46 PDT 2023


Quarub updated this revision to Diff 533527.
Quarub added a comment.

Adjusted the default option and fixed the typo. Also adjusted some other testcases which used loop-rotate.

I only added the loop-rotate options for CHECK and not RUN.
Should I also add them in RUN?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153437/new/

https://reviews.llvm.org/D153437

Files:
  llvm/include/llvm/Transforms/Scalar/LoopRotation.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/Scalar/LoopRotation.cpp
  llvm/test/Other/new-pm-print-pipeline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153437.533527.patch
Type: text/x-patch
Size: 6177 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230622/ea75c9a7/attachment.bin>


More information about the llvm-commits mailing list