[all-commits] [llvm/llvm-project] 34d12c: [MLIR] Better message for FuncOp type mismatch

stephenneuendorffer via All-commits all-commits at lists.llvm.org
Fri Oct 2 09:32:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 34d12c15f7d8336c74bd4493e8d284dc169587b9
      https://github.com/llvm/llvm-project/commit/34d12c15f7d8336c74bd4493e8d284dc169587b9
  Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
  Date:   2020-10-02 (Fri, 02 Oct 2020)

  Changed paths:
    M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
    M mlir/test/IR/operand.mlir

  Log Message:
  -----------
  [MLIR] Better message for FuncOp type mismatch

Previously the actual types were not shown, which makes the message
difficult to grok in the context of long lowering chains.  Also, it
appears that there were no actual tests for this.

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




More information about the All-commits mailing list