[all-commits] [llvm/llvm-project] e990fa: [mlir][tosa] Add tosa.reverse lowering to linalg.g...

rsuderman via All-commits all-commits at lists.llvm.org
Fri Mar 19 22:09:50 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e990fa2170314b179ec025b68fd00fbe9aab398d
      https://github.com/llvm/llvm-project/commit/e990fa2170314b179ec025b68fd00fbe9aab398d
  Author: Rob Suderman <rob.suderman at gmail.com>
  Date:   2021-03-19 (Fri, 19 Mar 2021)

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

  Log Message:
  -----------
  [mlir][tosa] Add tosa.reverse lowering to linalg.generic

Reverse lowers to a linalg.generic op by reversing the read order
in the index map.

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




More information about the All-commits mailing list