[all-commits] [llvm/llvm-project] 628964: [mlir][sparse] Moving/renaming genBuffer to alloca...
wren romano via All-commits
all-commits at lists.llvm.org
Wed Dec 14 14:29:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62896428a766ecdec28432d3bfea3155cbeafe78
https://github.com/llvm/llvm-project/commit/62896428a766ecdec28432d3bfea3155cbeafe78
Author: wren romano <2998727+wrengr at users.noreply.github.com>
Date: 2022-12-14 (Wed, 14 Dec 2022)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.h
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp
Log Message:
-----------
[mlir][sparse] Moving/renaming genBuffer to allocaBuffer
This allows allocaBuffer to be used outside of SparseTensorConversion.cpp, which will be helpful for a some future commits.
Reviewed By: aartbik, Peiming
Differential Revision: https://reviews.llvm.org/D140047
More information about the All-commits
mailing list