[all-commits] [llvm/llvm-project] 3ce2ee: [mlir][ODS] Infer return types if the operands are...

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Fri Feb 18 06:34:30 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ce2ee28f042c2a00d09c228c76f2692778bd607
      https://github.com/llvm/llvm-project/commit/3ce2ee28f042c2a00d09c228c76f2692778bd607
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2022-02-18 (Fri, 18 Feb 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
    M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
    M mlir/lib/Dialect/Shape/IR/Shape.cpp
    M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
    M mlir/lib/TableGen/Operator.cpp

  Log Message:
  -----------
  [mlir][ODS] Infer return types if the operands are variadic but the results are not

Clean up code that worked around this limitation.

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




More information about the All-commits mailing list