[PATCH] D76214: NFC: update/clean up affine PDT, related utils, its test case

Uday Bondhugula via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 16 01:05:46 PDT 2020


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

- rename vars that had inst suffixes (due to ops earlier being known as insts); other renames for better readability
- drop unnecessary matches in test cases
- iterate without block terminator
- comment/doc updates
- instBodySkew -> affineForOpBodySkew

Signed-off-by: Uday Bondhugula <uday at polymagelabs.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76214

Files:
  mlir/include/mlir/Transforms/LoopUtils.h
  mlir/lib/Transforms/PipelineDataTransfer.cpp
  mlir/lib/Transforms/Utils/LoopUtils.cpp
  mlir/test/Transforms/pipeline-data-transfer.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76214.250493.patch
Type: text/x-patch
Size: 24012 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200316/54c07dcc/attachment.bin>


More information about the llvm-commits mailing list