Add LLVM Conversion Tutorial
authorAlex Zinenko <zinenko@google.com>
Fri, 26 Apr 2019 22:31:11 +0000 (15:31 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 6 May 2019 15:18:47 +0000 (08:18 -0700)
commit54ee709e887291d7ac8505cdaa54e81e32c2633e
tree7b61d9ffba414bd24da9d5d4b3c75079236b872c
parent9de199676fe12e79a73f516bd7a4d0be1c31b9d7
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
mlir/g3doc/Tutorials/Linalg/LLVMConversion.md [new file with mode: 0644]