[mlir][linalg] Move generalization pattern to Transforms (NFC).
authorTobias Gysi <gysit@google.com>
Tue, 5 Oct 2021 12:24:19 +0000 (12:24 +0000)
committerTobias Gysi <gysit@google.com>
Tue, 5 Oct 2021 12:49:42 +0000 (12:49 +0000)
commite826db624040919a11e9dd3a9f3714105ee031ce
treedef72757a556bfd98a7e331ab01a5fe1a329f039
parentcf818b55e79ee637c72f1f94a183eec26b4fa3b9
[mlir][linalg] Move generalization pattern to Transforms (NFC).

Move the generalization pattern to the other Linalg transforms to make it available to the codegen strategy.

Reviewed By: nicolasvasilache

Differential Revision: https://reviews.llvm.org/D110728
mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
mlir/lib/Dialect/Linalg/Transforms/Generalization.cpp
mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp