llvm-project/mlir/test/IR
River Riddle 58ceae9561 [mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespace
FuncOp has been moved to the `func` namespace for a little over a month, the
using directive can be dropped now.
2022-04-18 12:01:55 -07:00
..
affine-map.mlir [MLIR][Affine] Simplify nested modulo operations when able 2021-09-17 19:06:00 +00:00
attribute.mlir [mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespace 2022-04-18 12:01:55 -07:00
check-help-output.mlir
core-ops.mlir [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08:00
dense-elements-hex.mlir
diagnostic-handler-filter.mlir [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
diagnostic-handler.mlir [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
elements-attr-interface.mlir [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
enum-attr-invalid.mlir [mlir][ods] Added EnumAttr, an AttrDef implementation of enum attributes 2021-12-17 02:55:28 +00:00
enum-attr-roundtrip.mlir [mlir][ods] Added EnumAttr, an AttrDef implementation of enum attributes 2021-12-17 02:55:28 +00:00
generic-visitors-interrupt.mlir [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
generic-visitors.mlir [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
invalid-affinemap.mlir [OpAsmParser] Add a parseCommaSeparatedList helper and beef up Delimeter. 2021-09-20 20:59:11 -07:00
invalid-func-op.mlir [mlir:FunctionOpInterface] Rename the "type" attribute to "function_type" 2022-03-16 17:07:04 -07:00
invalid-locations.mlir [mlir] Relax restriction on name location parsing 2021-12-12 08:06:59 -08:00
invalid-module-op.mlir [mlir] Support verification order (2/3) 2022-02-25 19:04:56 +00:00
invalid-ops.mlir [mlir] Fix leak in case of failed parse 2022-03-28 20:04:31 -07:00
invalid-unregistered.mlir [MLIR] Fix assert crash when an unregistered dialect op is encountered 2021-10-14 15:43:53 +05:30
invalid.mlir [mlir] Fix two AttributeParser aborts 2022-04-18 09:30:35 -07:00
locations.mlir Preserve function argument locations. 2022-01-20 00:01:12 +00:00
memory-ops.mlir [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
module-op.mlir Define a `NoTerminator` traits that allows operations with a single block region to not provide a terminator 2021-03-25 03:59:03 +00:00
op-stats.mlir [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08:00
opaque_locations.mlir [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
operand.mlir [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
operation-equality.mlir Implement recursive support into OperationEquivalence::isEquivalentTo() 2021-07-29 05:06:37 +00:00
parser.mlir [mlir:FunctionOpInterface] Rename the "type" attribute to "function_type" 2022-03-16 17:07:04 -07:00
pretty-attributes.mlir Change elided large constant syntax to make it more explicit 2022-01-19 20:41:42 +00:00
pretty-locations.mlir [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
pretty-region-args.mlir [mlir] Drop the leading space when printing regions 2022-01-18 16:52:34 +00:00
pretty_printed_region_op.mlir Add a new interface method `getAsmBlockName()` on OpAsmOpInterface to control block names 2022-02-11 08:46:08 +00:00
print-attr-type-aliases.mlir [mlir] Fix AsmPrinter for types with sub elements 2021-10-12 12:08:16 +03:00
print-ir-defuse.mlir [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00
print-ir-invalid.mlir [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
print-ir-nesting.mlir [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00
print-op-generic.mlir [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08:00
print-op-local-scope.mlir
print-op-on-diagnostic.mlir [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00
recursive-type.mlir
region.mlir [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
repro_b120295301.mlir [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
result.mlir
slice.mlir [MLIR] Create memref dialect and move dialect-specific ops from std. 2021-03-15 11:14:09 +01:00
test-clone.mlir [MLIR] Fix operation clone 2022-04-15 13:09:13 -04:00
test-func-erase-arg.mlir
test-func-erase-result.mlir
test-func-insert-arg.mlir Fix `insertFunctionArguments()` block argument order. 2021-11-05 10:08:20 +01:00
test-func-insert-result.mlir [MLIR] Add argument insertion helpers for FunctionLike 2021-07-01 09:18:57 +02:00
test-func-set-type.mlir [mlir] Refactor the representation of function-like argument/result attributes. 2021-05-07 19:32:31 -07:00
test-matchers.mlir [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
test-side-effects.mlir Add a mechanism for Dialects to provide a fallback for OpInterface 2021-03-24 08:41:40 +00:00
test-symbol-rauw.mlir [mlir] Implement replacement of SymbolRefAttrs in Dialect attributes using SubElementAttr interface 2021-10-28 19:08:20 +02:00
test-symbol-uses.mlir
test-verification-order.mlir [mlir] Fix verification order of nested ops. 2022-04-15 04:41:10 +00:00
traits.mlir [mlir] Printing oilist element 2022-03-22 10:48:03 +05:30
visitors.mlir [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
wrapping_op.mlir [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
zero_whitespace.mlir