[all-commits] [llvm/llvm-project] 262afc: [mlir][TosaToLinalg] `RescaleConverter` only suppo...

Longsheng Mou via All-commits all-commits at lists.llvm.org
Thu Oct 31 04:32:40 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 262afc8aec9e384511e5da26b84f5bdc219fbf91
      https://github.com/llvm/llvm-project/commit/262afc8aec9e384511e5da26b84f5bdc219fbf91
  Author: Longsheng Mou <longshengmou at gmail.com>
  Date:   2024-10-31 (Thu, 31 Oct 2024)

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

  Log Message:
  -----------
  [mlir][TosaToLinalg] `RescaleConverter` only support integer type (#114239)

This PR fixes a bug in the `RescaleConverter` that allows non-integer
types, which leads to a crash.
Fixes #61383.



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