[PATCH] D78447: [mlir][SCCP] Add support for propagating constants across inter-region control flow

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 20 10:48:26 PDT 2020


rriddle updated this revision to Diff 258788.
rriddle marked 10 inline comments as done.
rriddle added a comment.

Resolve comments


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78447/new/

https://reviews.llvm.org/D78447

Files:
  mlir/include/mlir/Dialect/LoopOps/LoopOps.h
  mlir/include/mlir/Dialect/LoopOps/LoopOps.td
  mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
  mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
  mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
  mlir/lib/Dialect/LoopOps/LoopOps.cpp
  mlir/lib/Transforms/SCCP.cpp
  mlir/test/Transforms/sccp-structured.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78447.258788.patch
Type: text/x-patch
Size: 27379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200420/369400ae/attachment.bin>


More information about the llvm-commits mailing list