Replace the use of separate match and rewrite which unnecessarily duplicates logic.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D85421
[mlir][Vector] NFC - Use matchAndRewrite in ContractionOp lowering patterns ClosedPublic Authored by nicolasvasilache on Aug 6 2020, 4:01 AM.
Details Summary Replace the use of separate match and rewrite which unnecessarily duplicates logic.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 6 2020, 4:08 AM Closed by commit rG1353cbc2570b: [mlir][Vector] NFC - Use matchAndRewrite in ContractionOp lowering patterns (authored by nicolasvasilache). · Explain WhyAug 6 2020, 6:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 283589 mlir/include/mlir/Dialect/Vector/VectorTransforms.h
mlir/lib/Dialect/Vector/VectorTransforms.cpp
|