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

Markus Böck via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 10 03:52:47 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG3b45fe2e0a5f: [mlir][cf] Add ControlFlow to SCF lifting pass (authored by zero9178).

Changed prior to commit:
  https://reviews.llvm.org/D156889?vs=548153&id=548961#toc

Repository:
  rG LLVM Github Monorepo

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.548961.patch
Type: text/x-patch
Size: 102733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230810/f5b2ccce/attachment.bin>


More information about the llvm-commits mailing list