This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

Herald added a project: Restricted Project. · View Herald Transcript
nicolasvasilache requested review of this revision.Aug 6 2020, 4:01 AM
bkramer accepted this revision.Aug 6 2020, 4:08 AM

lgtm

This revision is now accepted and ready to land.Aug 6 2020, 4:08 AM