[all-commits] [llvm/llvm-project] eaa6cd: [mlir][sparse] Making deletion of SparseTensorType...

wren romano via All-commits all-commits at lists.llvm.org
Wed Mar 8 15:22:36 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eaa6cdeaf6651b2aff03bd6a6c044641f0cbc2a9
      https://github.com/llvm/llvm-project/commit/eaa6cdeaf6651b2aff03bd6a6c044641f0cbc2a9
  Author: wren romano <2998727+wrengr at users.noreply.github.com>
  Date:   2023-03-08 (Wed, 08 Mar 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorType.h

  Log Message:
  -----------
  [mlir][sparse] Making deletion of SparseTensorType copy-assignment explicit

The copy assignment is already implicitly deleted, but making it explicit helps clean up compilation error messages.

Reviewed By: Peiming

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




More information about the All-commits mailing list