[PATCH] D77320: [MLIR] fix/update affine data copy utility for max/min bounds

Uday Bondhugula via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 7 01:35:54 PDT 2020


bondhugula updated this revision to Diff 255611.
bondhugula marked an inline comment as done.
bondhugula added a comment.

Update dma-generate test checks post canonicalization guard !copyNests.empty()
(some of the affine.applys that became dead are no longer removed - these were
already in the input test case).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77320

Files:
  mlir/include/mlir/Analysis/AffineStructures.h
  mlir/include/mlir/Analysis/Utils.h
  mlir/lib/Analysis/AffineStructures.cpp
  mlir/lib/Analysis/Utils.cpp
  mlir/lib/Dialect/Affine/Transforms/AffineDataCopyGeneration.cpp
  mlir/lib/Transforms/Utils/LoopUtils.cpp
  mlir/test/Dialect/Affine/affine-data-copy.mlir
  mlir/test/Dialect/Affine/dma-generate.mlir
  mlir/test/lib/Dialect/Affine/TestAffineDataCopy.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77320.255611.patch
Type: text/x-patch
Size: 47620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200407/a4ef9c38/attachment.bin>


More information about the llvm-commits mailing list