[llvm] fcc199d - Make regcoal_remat_empty_subrange.ll test require asserts build.

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 10:46:44 PDT 2020


Author: Hans Wennborg
Date: 2020-06-04T19:46:22+02:00
New Revision: fcc199d6967b93ed5b8c5f369a31a6817a02c4af

URL: https://github.com/llvm/llvm-project/commit/fcc199d6967b93ed5b8c5f369a31a6817a02c4af
DIFF: https://github.com/llvm/llvm-project/commit/fcc199d6967b93ed5b8c5f369a31a6817a02c4af.diff

LOG: Make regcoal_remat_empty_subrange.ll test require asserts build.

The -stress-sched flag is only available when asserts are enabled.

Added: 
    

Modified: 
    llvm/test/CodeGen/SystemZ/regcoal_remat_empty_subrange.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/SystemZ/regcoal_remat_empty_subrange.ll b/llvm/test/CodeGen/SystemZ/regcoal_remat_empty_subrange.ll
index d863023222b9..51e5b6b6e245 100644
--- a/llvm/test/CodeGen/SystemZ/regcoal_remat_empty_subrange.ll
+++ b/llvm/test/CodeGen/SystemZ/regcoal_remat_empty_subrange.ll
@@ -5,6 +5,7 @@
 ; during coalescing.
 ;
 ; PR46154
+; REQUIRES: asserts
 
 @g_39 = external dso_local unnamed_addr global i64, align 8
 @g_151 = external dso_local global i32, align 4


        


More information about the llvm-commits mailing list