MLIR  21.0.0git
Classes
SwapExtractSliceWithFillPatterns.cpp File Reference
#include "mlir/Dialect/Linalg/Transforms/Transforms.h"
#include "mlir/IR/PatternMatch.h"

Go to the source code of this file.

Classes

struct  SwapExtractSliceOfFill
 swaps: tensor.extract_slice(linalg.fill(cst, init)) with: linalg.fill(cst, tensor.extract_slice(init)) More...