[PATCH] D79134: [mlir] Add support for merging identical blocks during canonicalization

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 19:55:51 PDT 2020


rriddle updated this revision to Diff 261993.
rriddle marked 17 inline comments as done.
rriddle added a comment.

Resolve comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79134

Files:
  llvm/include/llvm/ADT/STLExtras.h
  mlir/include/mlir/IR/BlockSupport.h
  mlir/include/mlir/IR/Operation.h
  mlir/include/mlir/IR/OperationSupport.h
  mlir/include/mlir/IR/Value.h
  mlir/lib/IR/OperationSupport.cpp
  mlir/lib/IR/Value.cpp
  mlir/lib/Transforms/Utils/RegionUtils.cpp
  mlir/test/Dialect/SPIRV/canonicalize.mlir
  mlir/test/Transforms/canonicalize-block-merge.mlir
  mlir/test/Transforms/canonicalize-dce.mlir
  mlir/test/Transforms/canonicalize.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79134.261993.patch
Type: text/x-patch
Size: 30333 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200505/4e91c61a/attachment.bin>


More information about the llvm-commits mailing list