[llvm] e7c6091 - Remove duplicated REQUIRES: asserts
    Benjamin Kramer via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Feb 23 03:01:51 PST 2024
    
    
  
Author: Benjamin Kramer
Date: 2024-02-23T12:01:30+01:00
New Revision: e7c60915e61912fb24707dc67e6c4fc919515796
URL: https://github.com/llvm/llvm-project/commit/e7c60915e61912fb24707dc67e6c4fc919515796
DIFF: https://github.com/llvm/llvm-project/commit/e7c60915e61912fb24707dc67e6c4fc919515796.diff
LOG: Remove duplicated REQUIRES: asserts
Added: 
    
Modified: 
    llvm/test/Transforms/LoopVectorize/X86/pr72969.ll
Removed: 
    
################################################################################
diff  --git a/llvm/test/Transforms/LoopVectorize/X86/pr72969.ll b/llvm/test/Transforms/LoopVectorize/X86/pr72969.ll
index 738f5cbaebea58..f982695983330f 100644
--- a/llvm/test/Transforms/LoopVectorize/X86/pr72969.ll
+++ b/llvm/test/Transforms/LoopVectorize/X86/pr72969.ll
@@ -1,7 +1,6 @@
 ; REQUIRES: asserts
 ; RUN: not --crash opt -mtriple=x86_64 -mattr=-avx,-avx2,-avx512f,+sse,-sse2,-sse3,-sse4.2 -passes=loop-vectorize -S < %s
 ; RUN: not --crash opt -mtriple=x86_64 -mattr=-avx,-avx2,-avx512f,+sse,-sse2,-sse3,-sse4.2 -passes=loop-vectorize -force-vector-width=4 -S < %s
-; REQUIRES: asserts
 
 @h = global i64 0
 
        
    
    
More information about the llvm-commits
mailing list