[PATCH] D156889: [mlir][cf] Add ControlFlow to SCF lifting pass

Markus Böck via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 7 05:13:51 PDT 2023


zero9178 updated this revision to Diff 547730.
zero9178 marked 59 inline comments as done.
zero9178 added a comment.

- Address review comments
- Fix some dominance related bugs and add regression tests
- Fix some issues related to return-like ops and add regression tests


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

https://reviews.llvm.org/D156889

Files:
  llvm/include/llvm/ADT/STLExtras.h
  mlir/include/mlir/Conversion/ControlFlowToSCF/ControlFlowToSCF.h
  mlir/include/mlir/Conversion/Passes.h
  mlir/include/mlir/Conversion/Passes.td
  mlir/include/mlir/IR/Block.h
  mlir/include/mlir/IR/ValueRange.h
  mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
  mlir/include/mlir/Transforms/CFGToSCF.h
  mlir/lib/Conversion/CMakeLists.txt
  mlir/lib/Conversion/ControlFlowToSCF/CMakeLists.txt
  mlir/lib/Conversion/ControlFlowToSCF/ControlFlowToSCF.cpp
  mlir/lib/IR/Block.cpp
  mlir/lib/Transforms/Utils/CFGToSCF.cpp
  mlir/lib/Transforms/Utils/CMakeLists.txt
  mlir/test/Conversion/ControlFlowToSCF/test.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156889.547730.patch
Type: text/x-patch
Size: 102678 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230807/e2cd1b35/attachment-0001.bin>


More information about the llvm-commits mailing list