[Mlir-commits] [mlir] 6c7ec6e - [mlir][ArmSME] Remove empty line in test (NFC) (#92404)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu May 16 07:26:15 PDT 2024


Author: Benjamin Maxwell
Date: 2024-05-16T15:26:11+01:00
New Revision: 6c7ec6e1e6646fb334064bda6f301fdb52390d9b

URL: https://github.com/llvm/llvm-project/commit/6c7ec6e1e6646fb334064bda6f301fdb52390d9b
DIFF: https://github.com/llvm/llvm-project/commit/6c7ec6e1e6646fb334064bda6f301fdb52390d9b.diff

LOG: [mlir][ArmSME] Remove empty line in test (NFC) (#92404)

Added: 
    

Modified: 
    mlir/test/Dialect/ArmSME/tile-allocation-spills-with-mixed-tile-types.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Dialect/ArmSME/tile-allocation-spills-with-mixed-tile-types.mlir b/mlir/test/Dialect/ArmSME/tile-allocation-spills-with-mixed-tile-types.mlir
index 27757e29c1e2f..752e6b61b0834 100644
--- a/mlir/test/Dialect/ArmSME/tile-allocation-spills-with-mixed-tile-types.mlir
+++ b/mlir/test/Dialect/ArmSME/tile-allocation-spills-with-mixed-tile-types.mlir
@@ -1,4 +1,3 @@
-
 // RUN: mlir-opt %s -test-arm-sme-tile-allocation -split-input-file | FileCheck %s
 
 // CHECK-LABEL: @always_spill_larger_or_equal_tile_type


        


More information about the Mlir-commits mailing list