Files
clang-p2996/mlir/test/mlir-pdll/CodeGen/CPP/include/ods.td
River Riddle b6ec1de7cb [mlir:PDLL] Allow complex constraints on Rewrite arguments/results
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
2022-11-08 01:57:58 -08:00

4 lines
89 B
TableGen

include "mlir/IR/OpBase.td"
def TestAttrInterface : AttrInterface<"TestAttrInterface">;