[all-commits] [llvm/llvm-project] 0105f6: [mlir][tosa] Fix mul op verifier when input types ...

Luke Hutton via All-commits all-commits at lists.llvm.org
Thu May 29 01:28:02 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0105f657e24d5005d012081f03588c43ef116f1d
      https://github.com/llvm/llvm-project/commit/0105f657e24d5005d012081f03588c43ef116f1d
  Author: Luke Hutton <luke.hutton at arm.com>
  Date:   2025-05-29 (Thu, 29 May 2025)

  Changed paths:
    M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
    M mlir/test/Dialect/Tosa/invalid.mlir

  Log Message:
  -----------
  [mlir][tosa] Fix mul op verifier when input types don't match result (#141617)

This commit fixes a crash when operand types are not integer, but the
result is. While this isn't valid, the verifier should not crash.



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