[llvm] 5865a74 - Require asserts in newly added test

Roman Lebedev via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 05:57:05 PDT 2022


Author: Roman Lebedev
Date: 2022-04-15T15:56:37+03:00
New Revision: 5865a74755aceacaee624c66fcfac803d8c8ebf9

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

LOG: Require asserts in newly added test

Added: 
    

Modified: 
    llvm/test/tools/UpdateTestChecks/update_analyze_test_checks/loopvectorize-costmodel.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/UpdateTestChecks/update_analyze_test_checks/loopvectorize-costmodel.test b/llvm/test/tools/UpdateTestChecks/update_analyze_test_checks/loopvectorize-costmodel.test
index c8b99132dc66b..b9f85f77ee632 100644
--- a/llvm/test/tools/UpdateTestChecks/update_analyze_test_checks/loopvectorize-costmodel.test
+++ b/llvm/test/tools/UpdateTestChecks/update_analyze_test_checks/loopvectorize-costmodel.test
@@ -1,4 +1,4 @@
-# REQUIRES: x86-registered-target
+# REQUIRES: x86-registered-target, asserts
 
 ## Check that --filter works properly.
 # RUN: cp -f %S/Inputs/x86-loopvectorize-costmodel.ll %t.ll && %update_analyze_test_checks --filter "LV: Found an estimated cost of [0-9]+ for VF [0-9]+ For instruction:\s*%v0 = load float, float\* %in0, align 4" %t.ll


        


More information about the llvm-commits mailing list