[all-commits] [llvm/llvm-project] 0011c0: [mlir][sparse] Renaming x-macros for better hygiene
wren romano via All-commits
all-commits at lists.llvm.org
Fri Sep 30 14:05:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0011c0a159395ac8736f680392949bf8d8bcc287
https://github.com/llvm/llvm-project/commit/0011c0a159395ac8736f680392949bf8d8bcc287
Author: wren romano <2998727+wrengr at users.noreply.github.com>
Date: 2022-09-30 (Fri, 30 Sep 2022)
Changed paths:
M mlir/include/mlir/ExecutionEngine/SparseTensor/Enums.h
M mlir/include/mlir/ExecutionEngine/SparseTensor/Storage.h
M mlir/include/mlir/ExecutionEngine/SparseTensorUtils.h
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
M mlir/lib/ExecutionEngine/SparseTensor/Storage.cpp
M mlir/lib/ExecutionEngine/SparseTensorUtils.cpp
Log Message:
-----------
[mlir][sparse] Renaming x-macros for better hygiene
Now that mlir_sparsetensor_utils is a public library, this differential renames the x-macros to help avoid namespace pollution issues.
Reviewed By: aartbik, Peiming
Differential Revision: https://reviews.llvm.org/D134988
More information about the All-commits
mailing list