[PATCH] D77870: [MLIR] Introduce utility for affine loop unswitching / hoisting if/else
Uday Bondhugula via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 12:03:47 PDT 2020
bondhugula updated this revision to Diff 257787.
bondhugula marked 7 inline comments as done.
bondhugula added a comment.
Address another round of review comments from @rriddle.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77870/new/
https://reviews.llvm.org/D77870
Files:
mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
mlir/include/mlir/Dialect/Affine/Utils.h
mlir/include/mlir/IR/OpDefinition.h
mlir/include/mlir/IR/Operation.h
mlir/lib/Dialect/Affine/CMakeLists.txt
mlir/lib/Dialect/Affine/Utils/CMakeLists.txt
mlir/lib/Dialect/Affine/Utils/Utils.cpp
mlir/test/Dialect/Affine/loop-unswitch.mlir
mlir/test/lib/Dialect/Affine/CMakeLists.txt
mlir/test/lib/Dialect/Affine/TestAffineLoopUnswitching.cpp
mlir/tools/mlir-opt/mlir-opt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77870.257787.patch
Type: text/x-patch
Size: 23582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200415/3e90cf46/attachment.bin>
More information about the llvm-commits
mailing list