[all-commits] [llvm/llvm-project] 0efb0d: [mlir] Partially update the conversion-to-llvm doc...

ftynse via All-commits all-commits at lists.llvm.org
Thu Dec 17 13:05:19 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0efb0dd978014c9ca5ef4cd93516a0cd6e77f185
      https://github.com/llvm/llvm-project/commit/0efb0dd978014c9ca5ef4cd93516a0cd6e77f185
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2020-12-17 (Thu, 17 Dec 2020)

  Changed paths:
    M mlir/docs/ConversionToLLVMDialect.md

  Log Message:
  -----------
  [mlir] Partially update the conversion-to-llvm document

This document was not updated after the LLVM dialect type system had been
reimplemented and was using an outdated syntax. Rewrite the part of the
document that concerns type conversion and prepare the ground for splitting it
into a document that explains how built-in types are converted and a separate
document that explains how standard types and functions are converted, which
will better correspond to the fact that built-in types do not belong to the
standard dialect.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D93486




More information about the All-commits mailing list