[all-commits] [llvm/llvm-project] a0dd5e: [MLIR] Print function name when ReturnOp verificat...

Rahul Joshi via All-commits all-commits at lists.llvm.org
Wed Jun 10 17:27:29 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a0dd5e876f20b33c9f031a2b3b8875e1216b97a9
      https://github.com/llvm/llvm-project/commit/a0dd5e876f20b33c9f031a2b3b8875e1216b97a9
  Author: Rahul Joshi <jurahul at google.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

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

  Log Message:
  -----------
  [MLIR] Print function name when ReturnOp verification fails

Summary:
- Print function name when ReturnOp verification fails
- This helps easily finding the invalid ReturnOp in an IR dump.

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




More information about the All-commits mailing list