llvm-project/mlir/test
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
..
AffineOps Introduce affine terminator 2019-03-29 17:44:24 -07:00
EDSC Drop MLIREmitter-based version of the EDSC 2019-04-03 08:30:38 -07:00
Examples Change the asmprinter to use pretty syntax for dialect types when it can, 2019-04-07 18:21:13 -07:00
FxpMathOps Split the Quantization dialect. 2019-04-03 19:21:28 -07:00
IR Change the asmprinter to use pretty syntax for dialect types when it can, 2019-04-07 18:21:13 -07:00
LLVMIR Change the asmprinter to use pretty syntax for dialect types when it can, 2019-04-07 18:21:13 -07:00
Pass Update the pass ir-printing test to not rely on rtti type pretty printing. 2019-04-02 13:39:31 -07:00
Quantization [TableGen] Enforce constraints on attributes 2019-04-05 07:40:50 -07:00
Target Change the asmprinter to use pretty syntax for dialect types when it can, 2019-04-07 18:21:13 -07:00
Transforms Iterate on the operations to fold in TestConstantFold in reverse to remove the need for ConstantFoldHelper to have a flag for insertion at the head of the entry block. This also fixes an asan bug in TestConstantFold due to the iteration order of operations and ConstantFoldHelper's constant insertion placement. 2019-04-05 07:41:52 -07:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
mlir-cpu-runner Remove global LLVM CLI variables from library code 2019-03-29 17:50:23 -07:00
mlir-tblgen Add attr constraint support to constrain IntegerArray attribute values at a specified index. 2019-04-07 18:20:29 -07:00
CMakeLists.txt Add Chapter 4 for the Toy tutorial: shape inference, function specialization, and basic combines 2019-04-05 07:42:56 -07:00
lit.cfg.py Add Chapter 4 for the Toy tutorial: shape inference, function specialization, and basic combines 2019-04-05 07:42:56 -07:00
lit.site.cfg.py.in Initial version for chapter 1 of the Toy tutorial 2019-04-02 13:40:06 -07:00