[all-commits] [llvm/llvm-project] 0be5d1: Implement recursive support into OperationEquivale...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Wed Jul 28 22:12:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0be5d1a96c8973a4aa56b3fdd8fc22c8a95a7171
https://github.com/llvm/llvm-project/commit/0be5d1a96c8973a4aa56b3fdd8fc22c8a95a7171
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M mlir/include/mlir/IR/OperationSupport.h
M mlir/lib/IR/OperationSupport.cpp
M mlir/lib/Transforms/CSE.cpp
M mlir/lib/Transforms/Utils/RegionUtils.cpp
A mlir/test/IR/operation-equality.mlir
M mlir/test/lib/IR/CMakeLists.txt
A mlir/test/lib/IR/TestOperationEquals.cpp
M mlir/tools/mlir-opt/mlir-opt.cpp
Log Message:
-----------
Implement recursive support into OperationEquivalence::isEquivalentTo()
This allows to use OperationEquivalence to track structural comparison for equality
between two operations.
Differential Revision: https://reviews.llvm.org/D106422
More information about the All-commits
mailing list