[PATCH] D102904: [LoopNest] Change LoopFlattenPass to LoopNest pass

Yueh-Ting Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 21 01:35:13 PDT 2021


eopXD updated this revision to Diff 346952.
eopXD added a comment.

Utilize `LoopNest` in `Flatten`, this shall eliminate repeating calls to `FlattenLoopPair`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102904

Files:
  llvm/include/llvm/Transforms/Scalar.h
  llvm/include/llvm/Transforms/Scalar/LoopFlatten.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/Scalar/LoopFlatten.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102904.346952.patch
Type: text/x-patch
Size: 14776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210521/235dff91/attachment.bin>


More information about the llvm-commits mailing list