[llvm] r254230 - llvm/test/CodeGen/SystemZ/alloca-04.ll REQUIRES asserts due to -debug-pass.
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 28 05:05:49 PST 2015
Author: chapuni
Date: Sat Nov 28 07:05:49 2015
New Revision: 254230
URL: http://llvm.org/viewvc/llvm-project?rev=254230&view=rev
Log:
llvm/test/CodeGen/SystemZ/alloca-04.ll REQUIRES asserts due to -debug-pass.
Modified:
llvm/trunk/test/CodeGen/SystemZ/alloca-04.ll
Modified: llvm/trunk/test/CodeGen/SystemZ/alloca-04.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SystemZ/alloca-04.ll?rev=254230&r1=254229&r2=254230&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/SystemZ/alloca-04.ll (original)
+++ llvm/trunk/test/CodeGen/SystemZ/alloca-04.ll Sat Nov 28 07:05:49 2015
@@ -2,7 +2,7 @@
; RUN: llc < %s -mtriple=s390x-linux-gnu -debug-only=codegen 2>&1 | \
; RUN: FileCheck %s
-
+; REQUIRES: asserts
define void @f6() "no-realign-stack" {
%x = alloca i64, i64 1, align 128
More information about the llvm-commits
mailing list