Document the conversion into the LLVM IR dialect
authorAlex Zinenko <zinenko@google.com>
Fri, 22 Feb 2019 15:45:55 +0000 (07:45 -0800)
committerjpienaar <jpienaar@google.com>
Fri, 29 Mar 2019 23:38:04 +0000 (16:38 -0700)
commit51835e73e07d674cb43dc5d6d4b4124c0c436535
tree6697fe86c2eba3b044dca36669d9e4bf9748eb0f
parentd52e631359904e6c97aa1e997c5b4742ddfbaf6b
Document the conversion into the LLVM IR dialect

Add a documentation page on the key points of the conversion to LLVM IR.  This
focuses on the aspects of conversion that are relevant for integration of the
LLVM IR dialect (and produced LLVM IR that is mostly a one-to-one translation)
into other projects.  In particular, it describes the type conversion rules and
the memref model supporting dynamic sizes.

PiperOrigin-RevId: 235190772
mlir/g3doc/ConversionToLLVMDialect.md [new file with mode: 0644]