[all-commits] [llvm/llvm-project] 0359b8: [mlir][ODS] Add support for variadic regions.

River Riddle via All-commits all-commits at lists.llvm.org
Sun Apr 5 01:07:09 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0359b86d8bb24a7bcd37dc6126baee303bc6c939
      https://github.com/llvm/llvm-project/commit/0359b86d8bb24a7bcd37dc6126baee303bc6c939
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-04-05 (Sun, 05 Apr 2020)

  Changed paths:
    M mlir/docs/OpDefinitions.md
    M mlir/include/mlir/IR/OpBase.td
    M mlir/include/mlir/IR/OpDefinition.h
    M mlir/include/mlir/TableGen/Operator.h
    M mlir/include/mlir/TableGen/Region.h
    M mlir/lib/IR/Operation.cpp
    M mlir/lib/TableGen/CMakeLists.txt
    M mlir/lib/TableGen/Operator.cpp
    A mlir/lib/TableGen/Region.cpp
    M mlir/test/Dialect/LLVMIR/func.mlir
    M mlir/test/Dialect/LLVMIR/global.mlir
    M mlir/test/Dialect/Loops/invalid.mlir
    M mlir/test/IR/region.mlir
    M mlir/test/mlir-tblgen/op-decl.td
    M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp

  Log Message:
  -----------
  [mlir][ODS] Add support for variadic regions.

Summary: This revision adds support for marking the last region as variadic in the ODS region list with the VariadicRegion directive.

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




More information about the All-commits mailing list