[PATCH] D74658: [mlir][NFC] Fix 'gatherLoops' utility

Diego Caballero via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 14 17:16:12 PST 2020


dcaballe created this revision.
dcaballe added reviewers: andydavis1, bondhugula, mehdi_amini.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, rriddle.
Herald added a project: LLVM.

It replaces DenseMap output with a SmallVector and it
removes empty loop levels from the output.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74658

Files:
  mlir/include/mlir/Transforms/LoopUtils.h
  mlir/lib/Transforms/Utils/LoopUtils.cpp
  mlir/test/lib/Transforms/TestAffineDataCopy.cpp
  mlir/test/lib/Transforms/TestLoopFusion.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74658.244796.patch
Type: text/x-patch
Size: 4529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200215/d5298f8c/attachment.bin>


More information about the llvm-commits mailing list