ConversionToLLVMDialect doc: update the syntax for LLVM types
authorAlex Zinenko <zinenko@google.com>
Tue, 17 Dec 2019 19:48:15 +0000 (11:48 -0800)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 17 Dec 2019 19:55:11 +0000 (11:55 -0800)
commit62f498dcb75b0a2086d5426c803c29a080badddb
tree52d79da94a0f68bc7814eb903f28e1c1fe172632
parent0bdc72d2df87aec68d7a1920026bcc37422a823b
ConversionToLLVMDialect doc: update the syntax for LLVM types

The syntax for LLVM dialect types changed twice since this document was
introduced. First, the quoted types are only prefixed with the dialect name
`!llvm` rather than with `!llvm.type`. Second, for types that are simple enough
(e.g., MLIR identifiers), the pretty form can be used instead of the quoted
form. The relevant commits updated the dialect documentation, but not the
conversion documentation. Use the valid type names in the conversion
documentation.

PiperOrigin-RevId: 286026153
mlir/g3doc/ConversionToLLVMDialect.md