[all-commits] [llvm/llvm-project] 52af9c: [MLIR] Add a NoRegionArguments trait

Rahul Joshi via All-commits all-commits at lists.llvm.org
Mon Jul 6 09:11:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 52af9c59e3bb9068c5cdecf2a79caf4c16d3b347
      https://github.com/llvm/llvm-project/commit/52af9c59e3bb9068c5cdecf2a79caf4c16d3b347
  Author: Rahul Joshi <jurahul at google.com>
  Date:   2020-07-06 (Mon, 06 Jul 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
    M mlir/include/mlir/Dialect/SCF/SCFOps.td
    M mlir/include/mlir/IR/Module.h
    M mlir/include/mlir/IR/OpBase.td
    M mlir/include/mlir/IR/OpDefinition.h
    M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
    M mlir/lib/Dialect/SCF/SCF.cpp
    M mlir/lib/IR/Module.cpp
    M mlir/lib/IR/Operation.cpp
    M mlir/test/Dialect/Affine/invalid.mlir
    M mlir/test/Dialect/SCF/invalid.mlir
    M mlir/test/IR/invalid-module-op.mlir

  Log Message:
  -----------
  [MLIR] Add a NoRegionArguments trait

- This trait will verify that all regions attached to an Op have no arguments
- Fixes https://bugs.llvm.org/show_bug.cgi?id=46521 : Add trait NoRegionArguments

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




More information about the All-commits mailing list