[PATCH] D74438: [mlir] Allow adding extra class declarations to interfaces.
Jacques Pienaar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 11 15:08:27 PST 2020
jpienaar accepted this revision.
jpienaar added inline comments.
This revision is now accepted and ready to land.
================
Comment at: mlir/include/mlir/IR/OpBase.td:1484
+ // An optional code block containing extra declarations to place in the
+ // interface declaration.
+ code extraClassDeclaration = "";
----------------
So these would be placed alongside methods ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74438/new/
https://reviews.llvm.org/D74438
More information about the llvm-commits
mailing list