mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 19:46:07 +00:00

This commit ensures the storage type is retrieved correctly which fixes a crash when creating a quantized pad const tensor. Testing is completed via the `tosa-optional-decompositions` pass which makes use of the `createPadConstTensor` function. Also includes some cleanup.