[all-commits] [llvm/llvm-project] ad7a6b: [mlir][sparse] Renaming `CreationPolicy` to `Policy`
wren romano via All-commits
all-commits at lists.llvm.org
Wed Jul 19 12:13:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad7a6b672c7c30fbdb8b8fe2de78eca0d4741c8d
https://github.com/llvm/llvm-project/commit/ad7a6b672c7c30fbdb8b8fe2de78eca0d4741c8d
Author: wren romano <2998727+wrengr at users.noreply.github.com>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M mlir/lib/Dialect/SparseTensor/IR/Detail/DimLvlMapParser.cpp
M mlir/lib/Dialect/SparseTensor/IR/Detail/DimLvlMapParser.h
M mlir/lib/Dialect/SparseTensor/IR/Detail/Var.cpp
M mlir/lib/Dialect/SparseTensor/IR/Detail/Var.h
Log Message:
-----------
[mlir][sparse] Renaming `CreationPolicy` to `Policy`
This change is mostly for brevity's sake; but it also paves the way for the `Policy` enum to be reuseable for other situations that require the same three-way semantics.
Reviewed By: Peiming
Differential Revision: https://reviews.llvm.org/D155532
More information about the All-commits
mailing list