[all-commits] [llvm/llvm-project] caccdd: [MLIR][TOSA] Lower tosa.reshape to linalg.reshape

rsuderman via All-commits all-commits at lists.llvm.org
Fri Feb 26 13:04:04 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: caccddc52a33b246d6b44143b0e8c60cc908a3ab
      https://github.com/llvm/llvm-project/commit/caccddc52a33b246d6b44143b0e8c60cc908a3ab
  Author: Rob Suderman <rob.suderman at gmail.com>
  Date:   2021-02-26 (Fri, 26 Feb 2021)

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

  Log Message:
  -----------
  [MLIR][TOSA] Lower tosa.reshape to linalg.reshape

Lowering from the tosa.reshape op to linalg.reshape. For same-rank or
non-collapsed/expanded cases two linalg.reshapes are inserted.

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




More information about the All-commits mailing list