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 <[email protected]> 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 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
