[all-commits] [llvm/llvm-project] 2b92f2: [mlir] Drop deprecated syntax for LLVM dialect types

ftynse via All-commits all-commits at lists.llvm.org
Mon Feb 8 10:26:45 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2b92f21c6e97bd40edec71bb085b06f67e078f59
      https://github.com/llvm/llvm-project/commit/2b92f21c6e97bd40edec71bb085b06f67e078f59
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2021-02-08 (Mon, 08 Feb 2021)

  Changed paths:
    M mlir/lib/Dialect/LLVMIR/IR/LLVMTypeSyntax.cpp
    M mlir/test/Dialect/LLVMIR/types-invalid.mlir
    M mlir/test/Target/llvmir-intrinsics.mlir
    M mlir/test/Target/openmp-llvm.mlir

  Log Message:
  -----------
  [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




More information about the All-commits mailing list