[llvm] c9ff39a - Add "assert require" for the test added in df9158c9a45a6902c2b0394f9bd6512e3e441f31

Haojian Wu via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 8 05:17:57 PST 2021


Author: Haojian Wu
Date: 2021-03-08T14:17:26+01:00
New Revision: c9ff39a3f9840c84453f23a37386a3dc374f055a

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

LOG: Add "assert require" for the test added in df9158c9a45a6902c2b0394f9bd6512e3e441f31

The test is using "debug-only", it was failing in opt built mode.

Added: 
    

Modified: 
    llvm/test/Transforms/LoopInterchange/pr48113.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/LoopInterchange/pr48113.ll b/llvm/test/Transforms/LoopInterchange/pr48113.ll
index cfb118c29705..3ba626a4bc38 100644
--- a/llvm/test/Transforms/LoopInterchange/pr48113.ll
+++ b/llvm/test/Transforms/LoopInterchange/pr48113.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -S -passes='loop-interchange' -debug-only=loop-interchange < %s 2>&1 > /dev/null | FileCheck %s
 
 ; Test case of PR48113.


        


More information about the llvm-commits mailing list