[all-commits] [llvm/llvm-project] 9190e1: [mlir][linalg] Handle reassociationIndices correct...

Longsheng Mou via All-commits all-commits at lists.llvm.org
Thu Jan 9 17:24:13 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9190e1c0ef628b9cc432b507390dc6eec416f6ab
      https://github.com/llvm/llvm-project/commit/9190e1c0ef628b9cc432b507390dc6eec416f6ab
  Author: Longsheng Mou <longshengmou at gmail.com>
  Date:   2025-01-10 (Fri, 10 Jan 2025)

  Changed paths:
    M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
    M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir

  Log Message:
  -----------
  [mlir][linalg] Handle reassociationIndices correctly for 0D tensor (#121683)

This PR fixes a bug where a value is assigned to a 0-sized
reassociationIndices, preventing a crash. Fixes #116043.



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