[all-commits] [llvm/llvm-project] d94426: [mlir] Math: add algebraic simplification patterns...
Eugene Zhulenev via All-commits
all-commits at lists.llvm.org
Tue Jul 27 09:22:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d94426d22a25559f25fd86276d7e9aefbd9d05ab
https://github.com/llvm/llvm-project/commit/d94426d22a25559f25fd86276d7e9aefbd9d05ab
Author: Eugene Zhulenev <ezhulenev at google.com>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M mlir/include/mlir/Dialect/Math/Transforms/Passes.h
A mlir/lib/Dialect/Math/Transforms/AlgebraicSimplification.cpp
M mlir/lib/Dialect/Math/Transforms/CMakeLists.txt
A mlir/test/Dialect/Math/algebraic-simplification.mlir
M mlir/test/lib/Dialect/Math/CMakeLists.txt
A mlir/test/lib/Dialect/Math/TestAlgebraicSimplification.cpp
M mlir/tools/mlir-opt/mlir-opt.cpp
Log Message:
-----------
[mlir] Math: add algebraic simplification patterns to math transforms
Reviewed By: bkramer
Differential Revision: https://reviews.llvm.org/D106822
More information about the All-commits
mailing list