MLIR  19.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)) into linalg.fill(cst, tensor.extract_slice(init)) when the linalg.fill op have no other users. More...