llvm-project/mlir/g3doc/Tutorials
Alex Zinenko 54ee709e88 Add LLVM Conversion Tutorial
Add a tutorial document explaining how to define a conversion from the Linalg
    dialect to the LLVM IR dialect, bypassing the Affine dialect.  It defines a
    dynamic representation for a range and a view for the sake of type conversion.
    Operation conversion becomes straightforward given the dynamic representation.
    The code in the tutorial is better structured and better document that what we
    currently have in the example, which will be updated separately.

--

PiperOrigin-RevId: 245498394
2019-05-06 08:18:47 -07:00
..
Linalg Add LLVM Conversion Tutorial 2019-05-06 08:18:47 -07:00
Toy Toy tutorial Chapter 5: Lowering to Linalg and LLVM 2019-04-08 23:26:54 -07:00