[all-commits] [llvm/llvm-project] 384049: [mlir][sparse] completed codegen environment priva...
Aart Bik via All-commits
all-commits at lists.llvm.org
Thu Dec 22 10:34:59 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 384049a755fa9f3a58655599f86e4fdf4633c390
https://github.com/llvm/llvm-project/commit/384049a755fa9f3a58655599f86e4fdf4633c390
Author: Aart Bik <ajcbik at google.com>
Date: 2022-12-22 (Thu, 22 Dec 2022)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenEnv.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenEnv.h
M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
Log Message:
-----------
[mlir][sparse] completed codegen environment privatization
All members are now private and access is through delegate
or convenience methods only (except the loop emitter, which
is still under refactoring).
Reviewed By: Peiming
Differential Revision: https://reviews.llvm.org/D140519
More information about the All-commits
mailing list