[all-commits] [llvm/llvm-project] cf244b: [mlir][Linalg] Remove useless include

qcolombet via All-commits all-commits at lists.llvm.org
Mon Jul 3 03:47:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cf244b55c3d22bb820f7098d6651473ba3dc1eee
      https://github.com/llvm/llvm-project/commit/cf244b55c3d22bb820f7098d6651473ba3dc1eee
  Author: Quentin Colombet <quentin.colombet at gmail.com>
  Date:   2023-07-03 (Mon, 03 Jul 2023)

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

  Log Message:
  -----------
  [mlir][Linalg] Remove useless include

This include was not needed in the end and creates a creating circular
dependencies (linalg <-> linalg/util).

Just remove it.

NFC




More information about the All-commits mailing list