[all-commits] [llvm/llvm-project] a531bb: [MLIR] Test pattern benefit sorting between operat...
Ivan Butygin via All-commits
all-commits at lists.llvm.org
Fri Mar 19 13:14:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a531bbd9adfc09b2e62ef0097580f1fe1603ca23
https://github.com/llvm/llvm-project/commit/a531bbd9adfc09b2e62ef0097580f1fe1603ca23
Author: Butygin <ivan.butygin at intel.com>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M mlir/unittests/CMakeLists.txt
A mlir/unittests/Rewrite/CMakeLists.txt
A mlir/unittests/Rewrite/PatternBenefit.cpp
Log Message:
-----------
[MLIR] Test pattern benefit sorting between operation specific and operation agnostic patterns.
Previously low benefit op-specific patterns never had a chance to match
even if high benefit op-agnostic pattern failed to match.
This was already fixed upstream, this commit just adds testscase
Differential Revision: https://reviews.llvm.org/D98513
More information about the All-commits
mailing list