Skip to content

Commit 46200de

Browse files
committed
[MLIR][Bufferization] Remove extra trailing spaces (NFC)
1 parent 2ec98ff commit 46200de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/include/mlir/Dialect/Bufferization/TransformOps/BufferizationTransformOps.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ def OneShotBufferizeOp
6969
def Transform_EmptyOp : Transform_ConcreteOpType<"tensor.empty">;
7070
def Transform_AllocTensorOp : Transform_ConcreteOpType<"bufferization.alloc_tensor">;
7171

72-
def EmptyTensorToAllocTensorOp
72+
def EmptyTensorToAllocTensorOp
7373
: Op<Transform_Dialect, "bufferization.empty_tensor_to_alloc_tensor",
74-
[FunctionalStyleTransformOpTrait,
74+
[FunctionalStyleTransformOpTrait,
7575
MemoryEffectsOpInterface,
7676
TransformOpInterface,
7777
TransformEachOpTrait]> {
7878
let description = [{
7979
Replace a tensor.empty with a bufferization.tensor_alloc.
80-
80+
8181
### Return modes
8282

8383
This operation consumes the `target` handle and produces the `transformed`

0 commit comments

Comments
 (0)