[all-commits] [llvm/llvm-project] 519eef: [mlir][tosa] Add a verifier for `tosa.mul` (#113320)

Longsheng Mou via All-commits all-commits at lists.llvm.org
Tue Oct 22 14:34:26 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 519eef3bdc3c17ac9b59933187e1d7bdc6c2729d
      https://github.com/llvm/llvm-project/commit/519eef3bdc3c17ac9b59933187e1d7bdc6c2729d
  Author: Longsheng Mou <moulongsheng at huawei.com>
  Date:   2024-10-22 (Tue, 22 Oct 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
    M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
    M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
    M mlir/test/Dialect/Tosa/invalid.mlir
    M mlir/test/Dialect/Tosa/ops.mlir

  Log Message:
  -----------
  [mlir][tosa] Add a verifier for `tosa.mul` (#113320)

This PR adds a verifier check for tosa.mul, requiring that the shift be
0 for float types.
Fixes #112716.



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