[all-commits] [llvm/llvm-project] d0a7bb: [mlir][SCF] Disallow multiple blocks in scf.if "el...

Matthias Springer via All-commits all-commits at lists.llvm.org
Sat Feb 4 06:50:17 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d0a7bb9b1ad768dfd9b08f66a0e744584b49181f
      https://github.com/llvm/llvm-project/commit/d0a7bb9b1ad768dfd9b08f66a0e744584b49181f
  Author: Matthias Springer <springerm at google.com>
  Date:   2023-02-04 (Sat, 04 Feb 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
    M mlir/include/mlir/IR/OpBase.td

  Log Message:
  -----------
  [mlir][SCF] Disallow multiple blocks in scf.if "else" region

The "then" region allows only a single block. The same should be the case for the "else" region.

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




More information about the All-commits mailing list