[all-commits] [llvm/llvm-project] 843534: [mlir][ods] Fix OpDefinitionsGen infer return type...

Jeff Niu via All-commits all-commits at lists.llvm.org
Mon Dec 13 07:11:49 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 843534db3cc90d4cabaf67b225256ecd53aeb613
      https://github.com/llvm/llvm-project/commit/843534db3cc90d4cabaf67b225256ecd53aeb613
  Author: Mogball <jeffniu22 at gmail.com>
  Date:   2021-12-13 (Mon, 13 Dec 2021)

  Changed paths:
    M mlir/test/lib/Dialect/Test/TestOps.td
    M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
    M mlir/unittests/TableGen/OpBuildGen.cpp

  Log Message:
  -----------
  [mlir][ods] Fix OpDefinitionsGen infer return types builder with regions

Despite handling regions and inferred return types, the builder was never generated for ops with both InferReturnTypeOpInterface and regions.

Reviewed By: jpienaar

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




More information about the All-commits mailing list