[all-commits] [llvm/llvm-project] dfb34c: [MLIR][SCF] Inline ExecuteRegion if parent can con...

William Moses via All-commits all-commits at lists.llvm.org
Wed Jun 30 07:03:43 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dfb34c0df9d00a10f2563e989f257d3736969784
      https://github.com/llvm/llvm-project/commit/dfb34c0df9d00a10f2563e989f257d3736969784
  Author: William S. Moses <gh at wsmoses.com>
  Date:   2021-06-30 (Wed, 30 Jun 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/SCF/SCFOps.td
    M mlir/lib/Dialect/SCF/SCF.cpp
    M mlir/test/Dialect/SCF/canonicalize.mlir

  Log Message:
  -----------
  [MLIR][SCF] Inline ExecuteRegion if parent can contain multiple blocks

The executeregionop is used to allow multiple blocks within SCF constructs. If the container allows multiple blocks, inline the region

Differential Revision: https://reviews.llvm.org/D104960




More information about the All-commits mailing list