[PATCH] D76205: Add support for custom op parser/printer hooks to know about result names.

Chris Lattner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 20 15:12:46 PDT 2020


lattner updated this revision to Diff 251779.
lattner marked 11 inline comments as done.
lattner added a comment.

Incorporate all the great suggestions from River's review.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76205/new/

https://reviews.llvm.org/D76205

Files:
  mlir/include/mlir/IR/OpImplementation.h
  mlir/lib/IR/AsmPrinter.cpp
  mlir/lib/Parser/Parser.cpp
  mlir/test/IR/parser.mlir
  mlir/test/lib/TestDialect/TestDialect.cpp
  mlir/test/lib/TestDialect/TestOps.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76205.251779.patch
Type: text/x-patch
Size: 15019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200320/6b664c8b/attachment.bin>


More information about the llvm-commits mailing list