[llvm-branch-commits] [llvm] Remove cleanup of incorrect output in test dir (PR #171256)
Mircea Trofin via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Dec 8 20:49:46 PST 2025
https://github.com/mtrofin created https://github.com/llvm/llvm-project/pull/171256
None
>From 0944643fbff0c1051110e7fe81760755afb744d0 Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Mon, 8 Dec 2025 20:49:21 -0800
Subject: [PATCH] Remove cleanup of incorrect output in test dir
---
.../AArch64/arm64-homogeneous-prolog-epilog-tail-call.mir | 1 -
1 file changed, 1 deletion(-)
diff --git a/llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog-tail-call.mir b/llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog-tail-call.mir
index ec094109cad6e..3c6c365de87f0 100644
--- a/llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog-tail-call.mir
+++ b/llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog-tail-call.mir
@@ -1,4 +1,3 @@
-# RUN: rm -rf %S/arm64-homogeneous-prolog-epilog-tail-call.s
# RUN: llc -verify-machineinstrs -mtriple=arm64-applie-ios7.0 -start-before=aarch64-lower-homogeneous-prolog-epilog -homogeneous-prolog-epilog %s -o /dev/null
#
# This test ensures defined registers are preserved after lowering homogeneous
More information about the llvm-branch-commits
mailing list