[all-commits] [llvm/llvm-project] f97d97: [mlir][tosa] Add lowering to tosa.abs for integer ...

rsuderman via All-commits all-commits at lists.llvm.org
Thu May 13 13:56:18 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f97d970a49fb1f95cd3ac599369e53325129f769
      https://github.com/llvm/llvm-project/commit/f97d970a49fb1f95cd3ac599369e53325129f769
  Author: Rob Suderman <rob.suderman at gmail.com>
  Date:   2021-05-13 (Thu, 13 May 2021)

  Changed paths:
    M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
    M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir

  Log Message:
  -----------
  [mlir][tosa] Add lowering to tosa.abs for integer cases

Integer case requires decomposing to simple LLVM operatons.

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




More information about the All-commits mailing list