llvm-project/mlir/test/IR
Chris Lattner 72441fcbf2 Change the asmprinter to use pretty syntax for dialect types when it can,
making the IR dumps much nicer.

    This is part 2/3 of the path to making dialect types more nice.  Part 3/3 will
    slightly generalize the set of characters allowed in pretty types and make it
    more principled.

--

PiperOrigin-RevId: 242249955
2019-04-07 18:21:13 -07:00
..
affine-map.mlir NFC: Rename affine_apply to affine.apply. This is the first step to adding a namespace to the affine dialect. 2019-03-29 16:17:29 -07:00
check-help-output.mlir Add custom lilith script. 2019-03-29 13:02:57 -07:00
core-ops.mlir Cleanup SuperVectorization dialect printing and parsing. 2019-03-29 17:56:42 -07:00
invalid-affinemap.mlir Implement support for constant folding operations and a simple constant folding 2019-03-29 13:16:33 -07:00
invalid-locations.mlir Print parens around the return type of a function if it is also a function type 2019-03-29 16:14:50 -07:00
invalid-ops.mlir Add a flag to Dialect that allows for dialects to enable support for unregistered operations. This flag is off by default and can be toggled via the 'allowUnknownOperations(...)' method. This means that moving forward an error will be emitted for unknown operations if the dialect does not explicitly allow it. 2019-04-01 10:59:17 -07:00
invalid.mlir Introduce support for parsing pretty dialect types, currently with a very 2019-04-07 18:21:02 -07:00
locations.mlir NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and set the namespace of the AffineOps dialect to 'affine'. 2019-03-29 17:39:03 -07:00
memory-ops.mlir Set the namespace of the StandardOps dialect to "std", but add a special case to the parser to allow parsing standard operations without the "std" prefix. This will now allow for the standard dialect to be looked up dynamically by name. 2019-03-29 16:54:20 -07:00
op-stats.mlir Set the namespace of the StandardOps dialect to "std", but add a special case to the parser to allow parsing standard operations without the "std" prefix. This will now allow for the standard dialect to be looked up dynamically by name. 2019-03-29 16:54:20 -07:00
parser.mlir Change the asmprinter to use pretty syntax for dialect types when it can, 2019-04-07 18:21:13 -07:00
pretty-locations.mlir NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and set the namespace of the AffineOps dialect to 'affine'. 2019-03-29 17:39:03 -07:00
repro_b120295301.mlir Set the namespace of the StandardOps dialect to "std", but add a special case to the parser to allow parsing standard operations without the "std" prefix. This will now allow for the standard dialect to be looked up dynamically by name. 2019-03-29 16:54:20 -07:00