[Mlir-commits] [mlir] [mlir][ArmSME] Remove empty line in test (NFC) (PR #92404)
Benjamin Maxwell
llvmlistbot at llvm.org
Thu May 16 07:24:34 PDT 2024
https://github.com/MacDue created https://github.com/llvm/llvm-project/pull/92404
None
>From cd074fe4deab14788bd9a8abf597b00a1350116e Mon Sep 17 00:00:00 2001
From: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: Thu, 16 May 2024 14:22:19 +0000
Subject: [PATCH] [mlir][ArmSME] Remove empty line in test (NFC)
---
.../ArmSME/tile-allocation-spills-with-mixed-tile-types.mlir | 1 -
1 file changed, 1 deletion(-)
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