The documentation already has examples of this, and it allows for using nicer C++ types when defining native Rewrites. Differential Revision: https://reviews.llvm.org/D133989
4 lines
89 B
TableGen
4 lines
89 B
TableGen
include "mlir/IR/OpBase.td"
|
|
|
|
def TestAttrInterface : AttrInterface<"TestAttrInterface">;
|