[all-commits] [llvm/llvm-project] 42de94: [mlir] do not hardcode the name of the undefined f...

ftynse via All-commits all-commits at lists.llvm.org
Mon Jun 29 01:05:27 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 42de94f839f259950df7bb142e8f2bb388825a06
      https://github.com/llvm/llvm-project/commit/42de94f839f259950df7bb142e8f2bb388825a06
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2020-06-29 (Mon, 29 Jun 2020)

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

  Log Message:
  -----------
  [mlir] do not hardcode the name of the undefined function in the error message

The error message in the `std.constant` verifier for function-typed constants
had the name of the undefined function hardcoded to `bar`. Report the actual
name instead.

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




More information about the All-commits mailing list