[all-commits] [llvm/llvm-project] 1b7fea: [mlir][tosa] Split canonicalization and folders ou...

Jacques Pienaar via All-commits all-commits at lists.llvm.org
Fri Jul 22 07:20:41 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b7feac2a6c42f5f4302579eeafbe904f5ccf972
      https://github.com/llvm/llvm-project/commit/1b7feac2a6c42f5f4302579eeafbe904f5ccf972
  Author: Jacques Pienaar <jpienaar at google.com>
  Date:   2022-07-22 (Fri, 22 Jul 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.h
    M mlir/lib/Dialect/Tosa/CMakeLists.txt
    A mlir/lib/Dialect/Tosa/IR/TosaCanonicalizations.cpp
    M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
    M mlir/lib/Dialect/Tosa/Transforms/TosaLayerwiseConstantFoldPass.cpp

  Log Message:
  -----------
  [mlir][tosa] Split canonicalization and folders out of TosaOps.

Scope ops file to ops. Used canonicalization as grouping for canonicalization
patterns and folders (also considered OpTransforms but that felt too generic
and the former two are used together).

Reviewed By: silvas, rsuderman

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




More information about the All-commits mailing list