[Mlir-commits] [mlir] 46200de - [MLIR][Bufferization] Remove extra trailing spaces (NFC)

Adrian Kuegel llvmlistbot at llvm.org
Mon Dec 19 01:43:18 PST 2022


Author: Adrian Kuegel
Date: 2022-12-19T10:42:47+01:00
New Revision: 46200ded96dc297d68ee70a3caccb8f7e1420c90

URL: https://github.com/llvm/llvm-project/commit/46200ded96dc297d68ee70a3caccb8f7e1420c90
DIFF: https://github.com/llvm/llvm-project/commit/46200ded96dc297d68ee70a3caccb8f7e1420c90.diff

LOG: [MLIR][Bufferization] Remove extra trailing spaces (NFC)

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/Bufferization/TransformOps/BufferizationTransformOps.td b/mlir/include/mlir/Dialect/Bufferization/TransformOps/BufferizationTransformOps.td
index 5135764bf0e22..1e7e3f98c07a9 100644
--- a/mlir/include/mlir/Dialect/Bufferization/TransformOps/BufferizationTransformOps.td
+++ b/mlir/include/mlir/Dialect/Bufferization/TransformOps/BufferizationTransformOps.td
@@ -69,15 +69,15 @@ def OneShotBufferizeOp
 def Transform_EmptyOp : Transform_ConcreteOpType<"tensor.empty">;
 def Transform_AllocTensorOp : Transform_ConcreteOpType<"bufferization.alloc_tensor">;
 
-def EmptyTensorToAllocTensorOp 
+def EmptyTensorToAllocTensorOp
     : Op<Transform_Dialect, "bufferization.empty_tensor_to_alloc_tensor",
-        [FunctionalStyleTransformOpTrait, 
+        [FunctionalStyleTransformOpTrait,
          MemoryEffectsOpInterface,
          TransformOpInterface,
          TransformEachOpTrait]> {
   let description = [{
     Replace a tensor.empty with a bufferization.tensor_alloc.
-    
+
     ### Return modes
 
     This operation consumes the `target` handle and produces the `transformed`


        


More information about the Mlir-commits mailing list