MoveInitOperandsToInput is put into a separate populate... function because it can interfere with certain transformations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D140091
[mlir][linalg][NFC] Split populateFoldUnitExtentDimsViaReshapesPatterns ClosedPublic Authored by springerm on Dec 15 2022, 2:45 AM.
Details Summary MoveInitOperandsToInput is put into a separate populate... function because it can interfere with certain transformations.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 15 2022, 2:55 AM This revision was landed with ongoing or failed builds.Dec 15 2022, 3:05 AM Closed by commit rGd2b070d3c95c: [mlir][linalg][NFC] Split populateFoldUnitExtentDimsViaReshapesPatterns (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 483107 mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
mlir/lib/Dialect/Linalg/Transforms/DropUnitDims.cpp
|