[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
Tue Apr 21 03:13:15 PDT 2020
This revision was automatically updated to reflect the committed changes.
rriddle marked an inline comment as done.
Closed by commit rG152d29cc74b8: [mlir][Transforms] Add pass to perform sparse conditional constant propagation (authored by rriddle).
Changed prior to commit:
https://reviews.llvm.org/D78397?vs=258568&id=258948#toc
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.258948.patch
Type: text/x-patch
Size: 31788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200421/add007c8/attachment.bin>
More information about the llvm-commits
mailing list