[all-commits] [llvm/llvm-project] f5c8c9: [mlir][tosa] Added folders for tosa.add
Rob Suderman via All-commits
all-commits at lists.llvm.org
Wed Aug 24 15:15:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5c8c9d51cb766c99d90c5ca87aab6e18c43c634
https://github.com/llvm/llvm-project/commit/f5c8c9d51cb766c99d90c5ca87aab6e18c43c634
Author: Rob Suderman <suderman at google.com>
Date: 2022-08-24 (Wed, 24 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
M mlir/lib/Dialect/Tosa/IR/TosaCanonicalizations.cpp
M mlir/test/Dialect/Tosa/constant-op-fold.mlir
Log Message:
-----------
[mlir][tosa] Added folders for tosa.add
Added folders for tosa.add that handles bypassing add-zero,
fold additions of two splat tensors, and additions between
two tensors with small values.
Reviewed By: jpienaar
Differential Revision: https://reviews.llvm.org/D132272
More information about the All-commits
mailing list