[all-commits] [llvm/llvm-project] f39b47: [mlir][arith][tosa] Use extended mul in 32-bit `to...

Jakub Kuderski via All-commits all-commits at lists.llvm.org
Mon Dec 12 11:42:00 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f39b47264edda30b90ea9cc435fc1434a2e06edc
      https://github.com/llvm/llvm-project/commit/f39b47264edda30b90ea9cc435fc1434a2e06edc
  Author: Jakub Kuderski <kubak at google.com>
  Date:   2022-12-12 (Mon, 12 Dec 2022)

  Changed paths:
    M mlir/lib/Conversion/TosaToArith/TosaToArith.cpp
    M mlir/test/Conversion/TosaToArith/tosa-to-arith.mlir

  Log Message:
  -----------
  [mlir][arith][tosa] Use extended mul in 32-bit `tosa.apply_scale`

To not introduce 64-bit types that may be difficult to handle for some
targets.

Reviewed By: rsuderman, antiagainst

Differential Revision: https://reviews.llvm.org/D139777




More information about the All-commits mailing list