[all-commits] [llvm/llvm-project] 9f8e0f: [mlir][tosa] Add clamp op support to `TosaNarrowI6...

Luke Hutton via All-commits all-commits at lists.llvm.org
Thu Dec 11 07:51:58 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f8e0f66067d7cc8b4cffc0d9bddf701576b72be
      https://github.com/llvm/llvm-project/commit/9f8e0f66067d7cc8b4cffc0d9bddf701576b72be
  Author: Luke Hutton <luke.hutton at arm.com>
  Date:   2025-12-11 (Thu, 11 Dec 2025)

  Changed paths:
    M mlir/lib/Dialect/Tosa/Transforms/TosaNarrowI64ToI32.cpp
    M mlir/test/Dialect/Tosa/tosa-narrow-i64-to-i32-aggressive.mlir
    M mlir/test/Dialect/Tosa/tosa-narrow-i64-to-i32.mlir

  Log Message:
  -----------
  [mlir][tosa] Add clamp op support to `TosaNarrowI64ToI32` pass (#169308)

This commit allows the narrowing of `tosa.clamp` when the min/max
attributes are within the int32 range.



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