[all-commits] [llvm/llvm-project] 1353cb: [mlir][Vector] NFC - Use matchAndRewrite in Contra...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Thu Aug 6 06:05:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1353cbc2570b2fe4b418a9acea9778eca5625fb7
https://github.com/llvm/llvm-project/commit/1353cbc2570b2fe4b418a9acea9778eca5625fb7
Author: Nicolas Vasilache <ntv at google.com>
Date: 2020-08-06 (Thu, 06 Aug 2020)
Changed paths:
M mlir/include/mlir/Dialect/Vector/VectorTransforms.h
M mlir/lib/Dialect/Vector/VectorTransforms.cpp
Log Message:
-----------
[mlir][Vector] NFC - Use matchAndRewrite in ContractionOp lowering patterns
Replace the use of separate match and rewrite which unnecessarily duplicates logic.
Differential Revision: https://reviews.llvm.org/D85421
More information about the All-commits
mailing list