diff options
author | wren romano <2998727+wrengr@users.noreply.github.com> | 2023-05-17 13:09:53 -0700 |
---|---|---|
committer | wren romano <2998727+wrengr@users.noreply.github.com> | 2023-05-17 14:24:09 -0700 |
commit | a0615d020a02e252196383439e2c8143c6525e05 (patch) | |
tree | aa308ef0e4c62d7dba3450f0eb4f8f1dffc0f57c /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 4dc205f016e3dd2eb1182886a77676f24e39e329 (diff) | |
download | llvm-a0615d020a02e252196383439e2c8143c6525e05.zip llvm-a0615d020a02e252196383439e2c8143c6525e05.tar.gz llvm-a0615d020a02e252196383439e2c8143c6525e05.tar.bz2 |
[mlir][sparse] Renaming the STEA field `dimLevelType` to `lvlTypes`
This commit is part of the migration of towards the new STEA syntax/design. In particular, this commit includes the following changes:
* Renaming compiler-internal functions/methods:
* `SparseTensorEncodingAttr::{getDimLevelType => getLvlTypes}`
* `Merger::{getDimLevelType => getLvlType}` (for consistency)
* `sparse_tensor::{getDimLevelType => buildLevelType}` (to help reduce confusion vs actual getter methods)
* Renaming external facets to match:
* the STEA parser and printer
* the C and Python bindings
* PyTACO
However, the actual renaming of the `DimLevelType` itself (along with all the "dlt" names) will be handled in a separate commit.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D150330
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions