[all-commits] [llvm/llvm-project] 15b76e: [mlir][ODS] Fix `VariadicRegion` code generation f...

Vladislav Vinogradov via All-commits all-commits at lists.llvm.org
Fri Mar 26 04:26:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 15b76e6ca0a0788206fcaac7a1df0f39113c4bd8
      https://github.com/llvm/llvm-project/commit/15b76e6ca0a0788206fcaac7a1df0f39113c4bd8
  Author: Vladislav Vinogradov <vlad.vinogradov at intel.com>
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
    M mlir/test/IR/region.mlir
    M mlir/test/lib/Dialect/Test/TestOps.td
    M mlir/tools/mlir-tblgen/OpFormatGen.cpp

  Log Message:
  -----------
  [mlir][ODS] Fix `VariadicRegion` code generation for `NoTerminator` Ops

The issue was introduced in D98468.

The `{0}Regions` is an array of `std::unique_ptr<Region>` objects,
so it should be processed accordingly.

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list