[all-commits] [llvm/llvm-project] 9006bf: Remove obsolete `getAsmResultNames` from OpAsmDial...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Thu Jan 20 21:58:55 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9006bf424847bf91f0a624ffc27ad165c7b804c4
      https://github.com/llvm/llvm-project/commit/9006bf424847bf91f0a624ffc27ad165c7b804c4
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2022-01-21 (Fri, 21 Jan 2022)

  Changed paths:
    M mlir/include/mlir/IR/OpImplementation.h
    M mlir/lib/IR/AsmPrinter.cpp
    M mlir/test/IR/parser.mlir
    M mlir/test/lib/Dialect/Test/TestDialect.cpp

  Log Message:
  -----------
  Remove obsolete `getAsmResultNames` from OpAsmDialectInterface

This is superseded by the same method on OpAsmOpInterface, which is
available on the Dialect through the Fallback mechanism,

Reviewed By: rriddle

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




More information about the All-commits mailing list