[all-commits] [llvm/llvm-project] 1c4551: [mlir][tosa] Fix bug causing quantized pad const c...

Luke Hutton via All-commits all-commits at lists.llvm.org
Thu Mar 13 13:18:09 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1c45514748474903a5704749539deeac2dc1413c
      https://github.com/llvm/llvm-project/commit/1c45514748474903a5704749539deeac2dc1413c
  Author: Luke Hutton <luke.hutton at arm.com>
  Date:   2025-03-13 (Thu, 13 Mar 2025)

  Changed paths:
    M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
    M mlir/test/Dialect/Tosa/tosa-decompose-transpose-conv.mlir

  Log Message:
  -----------
  [mlir][tosa] Fix bug causing quantized pad const creation crash (#131125)

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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list