llvm-project/mlir/test/mlir-tblgen
Geoffrey Martin-Noble d7d69569e7 Rename -verify mlir-opt flag to -verify-expected-diagnostics
This name has caused some confusion because it suggests that it's running op verification (and that this verification isn't getting run by default).

PiperOrigin-RevId: 254035268
2019-06-19 23:08:03 -07:00
..
attr-enum.td [ODS] Allow dialect to specify C++ namespaces 2019-05-20 13:49:27 -07:00
dialect.td [ODS] Allow dialect to specify C++ namespaces 2019-05-20 13:49:27 -07:00
op-attribute.td Refactor FunctionAttr to hold the internal function reference by name instead of pointer. The one downside to this is that the function reference held by a FunctionAttr needs to be explicitly looked up from the parent module. This provides several benefits though: 2019-06-01 19:56:54 -07:00
op-decl.td Disallow using NOperands/NResults when N < 2. We have special traits for the case of 0/1 that we explicitly check for throughout the codebase. This also fixes weird build failures in MSVC where it doesn't properly handle template type aliases. 2019-06-19 23:02:40 -07:00
op-operand.td [ODS] Support variadic operand/result verification 2019-06-09 16:24:29 -07:00
op-result.td [ODS] Support variadic operand/result verification 2019-06-09 16:24:29 -07:00
pattern-NativeCodeCall.td [ODS] Allow dialect to specify C++ namespaces 2019-05-20 13:49:27 -07:00
pattern-allof-attr.td Add Dialect in op definition to capture prefix and documentation. 2019-05-06 08:20:24 -07:00
pattern-attr.td Add Dialect in op definition to capture prefix and documentation. 2019-05-06 08:20:24 -07:00
pattern-bound-symbol.td [ODS] Allow dialect to specify C++ namespaces 2019-05-20 13:49:27 -07:00
pattern-multi-result-op.td [ODS] Allow dialect to specify C++ namespaces 2019-05-20 13:49:27 -07:00
pattern.mlir Change pattern test to use TestDialect instead. 2019-06-01 20:04:42 -07:00
predicate.td Simplify trait naming for verifying argument/result constraints. 2019-06-19 22:58:36 -07:00
reference-impl.td Clean up tablegen vector and tensor types 2019-05-20 13:46:52 -07:00
types.mlir Rename -verify mlir-opt flag to -verify-expected-diagnostics 2019-06-19 23:08:03 -07:00
verify-unused-value.mlir Add a new TestDialect directory in tests/. This directory defines a fake 'TestDialect' that allows for the use of FileCheck to test things that aren't currently used anywhere else in tree. As a first order, this should simplify the tests used for tablegen components revolving around operation constraints/patterns. 2019-06-01 19:59:04 -07:00