[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
Fri Apr 17 12:59:00 PDT 2020


rriddle updated this revision to Diff 258405.
rriddle added a comment.

Cleanup pass summary


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.258405.patch
Type: text/x-patch
Size: 29682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200417/dff6d3bd/attachment.bin>


More information about the llvm-commits mailing list