[all-commits] [llvm/llvm-project] 551720: [mlir][sparse] minor cleanup of include placement

Aart Bik via All-commits all-commits at lists.llvm.org
Mon Feb 14 09:17:03 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5517208d4ebe740ba15cf3a16a6b13456ed29a8a
      https://github.com/llvm/llvm-project/commit/5517208d4ebe740ba15cf3a16a6b13456ed29a8a
  Author: Aart Bik <ajcbik at google.com>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [mlir][sparse] minor cleanup of include placement

Rationale:
empty line between main include for this file
moved include that actually defines code into right section

Note that this revision started as breaking up ops/attrs even more
(for bug https://github.com/llvm/llvm-project/issues/52748), but due
the the connection in Dialect.initalize(), this cannot be split further).
All heavy lifting refactoring was already done by River in previous cleanup.

Reviewed By: bixia

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




More information about the All-commits mailing list