[all-commits] [llvm/llvm-project] 049591: [mlir][sparse] Adding `LvlVar` forward-declaration...

wren romano via All-commits all-commits at lists.llvm.org
Tue Aug 1 12:52:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0495912388fd174406c81421a91e1356b775dd07
      https://github.com/llvm/llvm-project/commit/0495912388fd174406c81421a91e1356b775dd07
  Author: wren romano <2998727+wrengr at users.noreply.github.com>
  Date:   2023-08-01 (Tue, 01 Aug 2023)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/IR/Detail/DimLvlMap.cpp
    M mlir/lib/Dialect/SparseTensor/IR/Detail/DimLvlMap.h

  Log Message:
  -----------
  [mlir][sparse] Adding `LvlVar` forward-declarations to `DimLvlMap::print`

This commit makes `DimLvlMap::print` consistent with `DimLvlMapParser` with respect to both the forward-decls per se, as well as the all-or-none constraint on LvlVar-bindings in LvlSpecs.

Reviewed By: aartbik

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




More information about the All-commits mailing list