[mlir] Drop deprecated syntax for LLVM dialect types
authorAlex Zinenko <zinenko@google.com>
Mon, 8 Feb 2021 17:22:23 +0000 (18:22 +0100)
committerAlex Zinenko <zinenko@google.com>
Mon, 8 Feb 2021 18:26:21 +0000 (19:26 +0100)
commit2b92f21c6e97bd40edec71bb085b06f67e078f59
tree46a0d1e5bb7af0255baba47eec771864330d0ba8
parent68dc90b3472de440118e76ed2e2cd99ae593b072
[mlir] Drop deprecated syntax for LLVM dialect types

After the LLVM dialect types were ported to use built-in types, the parser kept
supporting the old syntax for LLVM dialect types to produce built-in types for
compatibility. Drop this support.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D96275
mlir/lib/Dialect/LLVMIR/IR/LLVMTypeSyntax.cpp
mlir/test/Dialect/LLVMIR/types-invalid.mlir
mlir/test/Target/llvmir-intrinsics.mlir
mlir/test/Target/openmp-llvm.mlir