diff options
author | Aart Bik <ajcbik@google.com> | 2024-05-07 09:20:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 09:20:56 -0700 |
commit | 5c5116556f58d90353aa3e3a34214cdc5ff0b2f2 (patch) | |
tree | 4b06f803e3e5f5c063f0593633e5ca9750d5c1ff /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 8bcb0737056163686e967821bea7f9e87c57cdfc (diff) | |
download | llvm-5c5116556f58d90353aa3e3a34214cdc5ff0b2f2.zip llvm-5c5116556f58d90353aa3e3a34214cdc5ff0b2f2.tar.gz llvm-5c5116556f58d90353aa3e3a34214cdc5ff0b2f2.tar.bz2 |
[mlir][sparse] force a properly sized view on pos/crd/val under codegen (#91288)
Codegen "vectors" for pos/crd/val use the capacity as memref size, not
the actual used size. Although the sparsifier itself always uses just
the defined pos/crd/val parts, printing these and passing them back to a
runtime environment could benefit from wrapping the basic pos/crd/val
getters into a proper memref view that sets the right size.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions