[all-commits] [llvm/llvm-project] 36e018: [mlir] Add derived attribute op interface
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Thu Mar 12 10:32:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 36e018b94111b90797489050aa8edc004781a1b5
https://github.com/llvm/llvm-project/commit/36e018b94111b90797489050aa8edc004781a1b5
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2020-03-12 (Thu, 12 Mar 2020)
Changed paths:
M mlir/include/mlir/Interfaces/CMakeLists.txt
A mlir/include/mlir/Interfaces/DerivedAttributeOpInterface.h
A mlir/include/mlir/Interfaces/DerivedAttributeOpInterface.td
M mlir/lib/Interfaces/CMakeLists.txt
A mlir/lib/Interfaces/DerivedAttributeOpInterface.cpp
Log Message:
-----------
[mlir] Add derived attribute op interface
Interface provides uniform access to the the derived attribute query method.
More information about the All-commits
mailing list