[PATCH] D78397: [mlir][Transforms] Add pass to perform sparse conditional constant propagation
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 18 18:52:07 PDT 2020
rriddle updated this revision to Diff 258568.
rriddle added a comment.
Tidy up terminator handling
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78397/new/
https://reviews.llvm.org/D78397
Files:
mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
mlir/include/mlir/Transforms/FoldUtils.h
mlir/include/mlir/Transforms/Passes.h
mlir/include/mlir/Transforms/Passes.td
mlir/lib/Dialect/StandardOps/IR/Ops.cpp
mlir/lib/Transforms/CMakeLists.txt
mlir/lib/Transforms/SCCP.cpp
mlir/lib/Transforms/Utils/FoldUtils.cpp
mlir/test/Transforms/sccp.mlir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78397.258568.patch
Type: text/x-patch
Size: 31755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200419/96c78bb6/attachment.bin>
More information about the llvm-commits
mailing list