[all-commits] [llvm/llvm-project] 5f58f3: [mlir][tosa] Avoid overflow in reduction folders (...

Ian Tayler Lessa via All-commits all-commits at lists.llvm.org
Tue Mar 25 09:44:07 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5f58f3dda8b17f664a85d4e5e3c808edde41ff46
      https://github.com/llvm/llvm-project/commit/5f58f3dda8b17f664a85d4e5e3c808edde41ff46
  Author: Ian Tayler Lessa <ian.taylerlessa at arm.com>
  Date:   2025-03-25 (Tue, 25 Mar 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
    M mlir/test/Dialect/Tosa/constant-op-fold.mlir

  Log Message:
  -----------
  [mlir][tosa] Avoid overflow in reduction folders (#132786)

Avoid operations that can overflow in constant folders for
`tosa.reduce_max` and `tosa.reduce_min`

Includes tests to avoid regressions

Signed-off-by: Ian Tayler Lessa <ian.taylerlessa at arm.com>



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