[all-commits] [llvm/llvm-project] d8731b: [mlir][sparse] Requiring emitCInterface parameter ...
wren romano via All-commits
all-commits at lists.llvm.org
Mon Dec 6 20:50:25 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8731bfc93c2946de6d1e2242cea25d0a76aeb85
https://github.com/llvm/llvm-project/commit/d8731bfc93c2946de6d1e2242cea25d0a76aeb85
Author: wren romano <2998727+wrengr at users.noreply.github.com>
Date: 2021-12-06 (Mon, 06 Dec 2021)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp
Log Message:
-----------
[mlir][sparse] Requiring emitCInterface parameter to be explicit
Depends On D115004
Cleans up code legibility by requiring the `emitCInterface` parameter to be explicit at all call-sites, and defining boolean aliases for that parameter.
Reviewed By: aartbik, rriddle
Differential Revision: https://reviews.llvm.org/D115005
More information about the All-commits
mailing list