[all-commits] [llvm/llvm-project] 945b76: [mlir][linalg] Fix Linalg roundtrip test.

Alexander Belyaev via All-commits all-commits at lists.llvm.org
Wed Feb 24 02:31:34 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 945b76d42838498740e2aed77a4a8f0168fbe00b
      https://github.com/llvm/llvm-project/commit/945b76d42838498740e2aed77a4a8f0168fbe00b
  Author: Alexander Belyaev <pifon at google.com>
  Date:   2021-02-24 (Wed, 24 Feb 2021)

  Changed paths:
    M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
    M mlir/test/Dialect/Linalg/roundtrip.mlir

  Log Message:
  -----------
  [mlir][linalg] Fix Linalg roundtrip test.

The test did not check whether the operations can be parsed again after
printing them once.

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




More information about the All-commits mailing list