[all-commits] [llvm/llvm-project] d84c64: [mlir] Remove "Syntax:" parser where it's already ...

Alex Beloi via All-commits all-commits at lists.llvm.org
Wed Dec 20 11:59:04 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d84c640143741b4a80bc2e713b2c8d5054a1a74e
      https://github.com/llvm/llvm-project/commit/d84c640143741b4a80bc2e713b2c8d5054a1a74e
  Author: Alex Beloi <alexbeloi at users.noreply.github.com>
  Date:   2023-12-20 (Wed, 20 Dec 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Math/IR/MathOps.td
    M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorTypes.td
    M mlir/include/mlir/Dialect/UB/IR/UBOps.td

  Log Message:
  -----------
  [mlir] Remove "Syntax:" parser where it's already provided by `assemblyFormat` (#76002)

See #73359

Types using `assemblyFormat` to define parsing don't need an additional
handwritten parser. So we should remove the handwritten parsers where
one
provided by an `assemblyFormat` already exists to avoid confusion and
de-syncing.




More information about the All-commits mailing list