[all-commits] [llvm/llvm-project] 20c6e0: [mlir] Enable printing of FuncOp in the generic form.
River Riddle via All-commits
all-commits at lists.llvm.org
Tue Jan 14 15:10:54 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 20c6e0749461147df19a3b126d1a48106c63c351
https://github.com/llvm/llvm-project/commit/20c6e0749461147df19a3b126d1a48106c63c351
Author: River Riddle <riverriddle at google.com>
Date: 2020-01-14 (Tue, 14 Jan 2020)
Changed paths:
M mlir/lib/IR/AsmPrinter.cpp
M mlir/test/IR/wrapping_op.mlir
Log Message:
-----------
[mlir] Enable printing of FuncOp in the generic form.
Summary:
This was previously disabled as FunctionType TypeAttrs could not be roundtripped in the IR. This has been fixed, so we can now generically print FuncOp.
Depends On D72429
Reviewed By: jpienaar, mehdi_amini
Differential Revision: https://reviews.llvm.org/D72642
More information about the All-commits
mailing list