[PATCH] D75953: [mlir] Add derived attribute op interface
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 12 10:51:14 PDT 2020
rriddle accepted this revision.
rriddle added inline comments.
This revision is now accepted and ready to land.
================
Comment at: mlir/lib/Interfaces/DerivedAttributeOpInterface.cpp:17
+
+namespace mlir {
+#include "mlir/Interfaces/DerivedAttributeOpInterface.cpp.inc"
----------------
Note: this isn't strictly necessary given 'using namespace mlir'.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75953/new/
https://reviews.llvm.org/D75953
More information about the llvm-commits
mailing list