Files
clang-p2996/mlir/test/lib/Dialect/Linalg/TestLinalgTransforms.cpp
Matthias Springer 498f5ae94d [mlir][linalg] Remove duplicate tensor.pad lowering pattern
There is another transform that lowers tensor.pad to tensor.empty + linalg.fill + tensor.insert_slice: `transform.structured.rewrite_in_destination_passing_style`. Delete the other transform.

Differential Revision: https://reviews.llvm.org/D153429
2023-06-22 11:35:27 +02:00

9.9 KiB