[llvm] e2ce91f - Fix test output for 3b16d8c
Jonas Paulsson via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 15 10:04:21 PST 2024
Author: Jonas Paulsson
Date: 2024-01-15T12:04:00-06:00
New Revision: e2ce91f48cd606955ce125b009ccc6b5464cb05f
URL: https://github.com/llvm/llvm-project/commit/e2ce91f48cd606955ce125b009ccc6b5464cb05f
DIFF: https://github.com/llvm/llvm-project/commit/e2ce91f48cd606955ce125b009ccc6b5464cb05f.diff
LOG: Fix test output for 3b16d8c
Added:
Modified:
llvm/test/CodeGen/SystemZ/regcoal_undefsrc.mir
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/SystemZ/regcoal_undefsrc.mir b/llvm/test/CodeGen/SystemZ/regcoal_undefsrc.mir
index c66cb99bf6627d..eb1fd4e9c14879 100644
--- a/llvm/test/CodeGen/SystemZ/regcoal_undefsrc.mir
+++ b/llvm/test/CodeGen/SystemZ/regcoal_undefsrc.mir
@@ -1,5 +1,4 @@
-# RUN: llc -mtriple=s390x-linux-gnu -mcpu=z13 -O3 -start-before=livevars %s
-#
+# RUN: llc -mtriple=s390x-linux-gnu -mcpu=z13 -O3 -start-before=livevars %s -o /dev/null 2>&1
# Test that coalesing of an empty live range (undef) does not cause failure.
--- |
More information about the llvm-commits
mailing list