llvm-project/mlir/test/mlir-tblgen
Markus Böck 8a7b0dad9a [mlir] Fully qualify MemoryEffects
The effect name is used by tablegen when generating the getEffects method of the SideEffectInterfaces. It is currently unqualified even though the class is contained within the mlir namespace, leading to compiler errors when using namespace mlir; isn't used before including the generated cpp file.

This patch fixes that by simply fully qualifying the class name.

Differential Revision: https://reviews.llvm.org/D107171
2021-07-30 18:20:06 +02:00
..
attrdefs.td [mlir] Add support for adding attribute+type traits/interfaces to tablegen defs 2021-04-15 11:41:51 -07:00
dialect.td [mlir][ODS]: Add per-op cppNamespace. 2021-05-11 10:48:05 -07:00
directive-common.td [mlir][openacc] Use TableGen information for default enum 2021-01-12 09:42:42 -05:00
expect-symbol.td Use `not` to invert return code in expected to fail tests 2019-10-30 14:38:18 -07:00
interfaces.mlir [mlir] Allow for using interface class name in ODS interface definitions 2020-11-17 14:28:55 +01:00
llvm-intrinsics.td [mlir] Add an AccessGroup attribute to load/store LLVM dialect ops and generate the access_group LLVM metadata. 2021-03-04 18:17:23 +01:00
op-attribute.td [mlir] Fix build on gcc-5 after D104167 2021-06-22 21:16:02 +00:00
op-decl-and-defs.td [mlir][ods] Add nested OpTrait 2021-07-20 10:44:48 -07:00
op-derived-attribute.mlir [MLIR] Add getSizeInBits() for tensor of complex 2020-08-07 12:38:49 -07:00
op-error.td [mlir] ODS: change OpBuilderDAG to OpBuilder 2021-03-04 10:55:02 +01:00
op-format-spec.td [mlir][OpAsmFormat] Add support for an "else" group on optional elements 2021-03-22 18:19:23 -07:00
op-format.mlir [mlir:OpFormatGen] Add Support for `$_ctxt` in the transformer. 2021-06-14 18:02:55 -07:00
op-interface.td [mlir] Allow for using interface class name in ODS interface definitions 2020-11-17 14:28:55 +01:00
op-operand.td [mlir-tblgen] Use fully qualified names in generated code files 2020-06-26 15:05:33 +02:00
op-python-bindings.td [MLIR] [Python ODS] Use @builtins.property for cases where 'property' is already defined 2021-07-15 19:39:03 -07:00
op-result.td [MLIR] Change default builders generated by TableGen to use TypeRange for result types 2020-09-23 09:06:07 -07:00
op-side-effects.td [mlir] Fully qualify MemoryEffects 2021-07-30 18:20:06 +02:00
pattern.mlir [mlir-tblgen] Support binding multi-results of NativeCodeCall 2021-07-21 11:23:22 +08:00
predicate.td [mlir-tblgen] Avoid ODS verifier duplication 2021-07-05 10:09:41 +08:00
return-types.mlir Change filecheck default to dump input on failure 2020-06-09 18:57:46 +00:00
rewriter-errors.td Support NativeCodeCall binding in rewrite pattern. 2021-05-10 09:29:27 +08:00
rewriter-indexing.td [drr] Enable specifying range in NativeCodeCall replacement. 2021-06-28 13:42:16 -07:00
testdialect-attrdefs.mlir [mlir][AttrDefGen] Add support for specifying the value type of an attribute 2021-03-04 13:04:05 -08:00
testdialect-typedefs.mlir [MLIR] Add support for defining Types in tblgen 2020-10-14 00:32:18 +00:00
trait.mlir [MLIR] Add idempotent trait folding 2020-10-16 15:51:04 +00:00
typedefs.td Fix MLIR test post 890afad954 2021-03-09 23:30:51 +00:00
types.mlir [mlir] Print more verbose message in case of type inference error 2021-02-02 18:27:30 +00:00