[all-commits] [llvm/llvm-project] 3d316e: [MLIR] Move SymbolOpInterface::isPublic() and frie...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Wed Jun 17 21:34:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3d316eb06d91cd859f5da51715bab7ee3cae8bf0
https://github.com/llvm/llvm-project/commit/3d316eb06d91cd859f5da51715bab7ee3cae8bf0
Author: Rahul Joshi <jurahul at google.com>
Date: 2020-06-17 (Wed, 17 Jun 2020)
Changed paths:
M mlir/include/mlir/IR/SymbolInterfaces.td
Log Message:
-----------
[MLIR] Move SymbolOpInterface::isPublic() and friends to SymbolOpInterface Trait.
- This will allow calling these functions from Op's that support this interface (like FuncOp) directly:
```
FuncOp func = ...
func.isPrivate()
```
Differential Revision: https://reviews.llvm.org/D82060
More information about the All-commits
mailing list