File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
mlir/lib/Dialect/Tensor/Transforms Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
add_mlir_dialect_library (MLIRTensorTransforms
2
2
BufferizableOpInterfaceImpl.cpp
3
3
Bufferize.cpp
4
- ExtractSliceFromReshape .cpp
4
+ ExtractSliceFromReshapeUtils .cpp
5
5
MergeConsecutiveInsertExtractSlicePatterns.cpp
6
- SplitPadding .cpp
7
- SwapExtractSliceWithProducer .cpp
6
+ SplitPaddingPatterns .cpp
7
+ SwapExtractSliceWithProducerPatterns .cpp
8
8
9
9
ADDITIONAL_HEADER_DIRS
10
10
${MLIR_MAIN_INCLUDE_DIR} /mlir/Dialect/Tensor/Transforms
Original file line number Diff line number Diff line change 1
- // ===- ExtractSliceFromReshape .cpp - Slice reshape rewrites-------*- C++-* -===//
1
+ // ===- ExtractSliceFromReshapeUtils .cpp - Slice reshape rewrites --------- -===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===- SplitPadding .cpp - Splitting tensor.pad Op -------- -----------------===//
1
+ // ===- SplitPaddingPatterns .cpp - Splitting tensor.pad Op -----------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===- SwapExtractSliceWithProducer .cpp - Swapping `tensor.extract_slice` ---=//
1
+ // ===- SwapExtractSliceWithProducerPatterns .cpp ---------------------------== =//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
You can’t perform that action at this time.
0 commit comments