forked from OSchip/llvm-project
f343544b81
Introduce a new generator for MLIR tablegen driver that consumes LLVM IR intrinsic definitions and produces MLIR ODS definitions. This is useful to bulk-generate MLIR operations equivalent to existing LLVM IR intrinsics, such as additional arithmetic instructions or NVVM. A test exercising the generation is also added. It reads the main LLVM intrinsics file and produces ODS to make sure the TableGen model remains in sync with what is used in LLVM. Differential Revision: https://reviews.llvm.org/D72926 |
||
---|---|---|
.. | ||
dialect.td | ||
expect-symbol.td | ||
llvm-intrinsics.td | ||
op-attribute.td | ||
op-decl.td | ||
op-interface.td | ||
op-operand.td | ||
op-result.td | ||
pattern.mlir | ||
predicate.td | ||
return-types.mlir | ||
types.mlir |