[all-commits] [llvm/llvm-project] e37752: [mlir] Move tosa.concat lowering from TosaToLinalg...

amrami via All-commits all-commits at lists.llvm.org
Tue Mar 14 02:24:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e377520a47e6ced171fe1a4a39b91297326a1817
      https://github.com/llvm/llvm-project/commit/e377520a47e6ced171fe1a4a39b91297326a1817
  Author: Maya Amrami <maya.amrami at mobileye.com>
  Date:   2023-03-14 (Tue, 14 Mar 2023)

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

  Log Message:
  -----------
  [mlir] Move tosa.concat lowering from TosaToLinalg to TosaToTensor

tosa.concat is lowered to tensor.insert_slice thus it should be in
TosaToTensor rather than in TosaToLinalg.

Reviewed By: rsuderman

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




More information about the All-commits mailing list