Files
clang-p2996/mlir/lib/Dialect/Vector/TransformOps
Groverkss 0ff1048409 [mlir][vector] Add transform.apply_patterns.vector.fold_arith_extension
This patch implements a transform op for the FoldArithExtIntoContractionOp
pattern. The pattern folds arith.extf into vector.contract for the
backends with native support for mixed-mode contractions.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D156484
2023-07-28 18:40:31 +05:30
..