[all-commits] [llvm/llvm-project] dea24b: [NFC] Switch printFunctionLikeOp and parseFunction...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Thu Nov 12 11:29:36 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dea24b422cc2f0d912f96924787cee949579c18f
https://github.com/llvm/llvm-project/commit/dea24b422cc2f0d912f96924787cee949579c18f
Author: Rahul Joshi <jurahul at google.com>
Date: 2020-11-12 (Thu, 12 Nov 2020)
Changed paths:
M mlir/include/mlir/IR/FunctionImplementation.h
M mlir/lib/IR/Function.cpp
M mlir/lib/IR/FunctionImplementation.cpp
Log Message:
-----------
[NFC] Switch printFunctionLikeOp and parseFunctionLikeOp to only support "inline" visibility.
- Remove the default valued arguments from these functions.
- Besides FuncOp, looks like no other in-tree op is using these functions.
Differential Revision: https://reviews.llvm.org/D91369
More information about the All-commits
mailing list