[all-commits] [llvm/llvm-project] 115c7b: [mlir][sparse] Making SortMask into an enum-class

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


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

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp

  Log Message:
  -----------
  [mlir][sparse] Making SortMask into an enum-class

This helps to reduce the confusion from using `unsigned` everywhere.

Depends On D145606

Reviewed By: Peiming

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




More information about the All-commits mailing list