[all-commits] [llvm/llvm-project] b8943e: [MLIR][Linalg] Fixed obsolete examples in the MLIR...

Ruizhe Zhao via All-commits all-commits at lists.llvm.org
Tue Jul 28 12:43:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b8943e7cea7cafebe26dd96e1a0d98e1f68a1386
      https://github.com/llvm/llvm-project/commit/b8943e7cea7cafebe26dd96e1a0d98e1f68a1386
  Author: Vincent Zhao <vincentzhaorz at gmail.com>
  Date:   2020-07-28 (Tue, 28 Jul 2020)

  Changed paths:
    M mlir/docs/Dialects/Linalg.md

  Log Message:
  -----------
  [MLIR][Linalg] Fixed obsolete examples in the MLIR Linalg Dialect doc

This diff fixes some obsolete examples in the Linalg dialect documentation: https://mlir.llvm.org/docs/Dialects/Linalg/

These examples are used to explain the basic properties of the Linalg dialect, which are not automatically generated from TableGen and are using out-of-date MLIR/Linalg syntax.

This diff extends each example by adding essential attributes and changing its syntax to make it processible by `mlir-opt`. There is also a command attached to each example that says how the example can be processed.

Reviewed By: ftynse

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




More information about the All-commits mailing list