[llvm] 74ab5d9 - Revert "Test had incorrect check for nonzero count"

David Zarzycki via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 5 04:17:25 PDT 2020


Author: David Zarzycki
Date: 2020-04-05T07:16:47-04:00
New Revision: 74ab5d98d07f0b0226f45ccca8df6a450d52fb7b

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

LOG: Revert "Test had incorrect check for nonzero count"

This reverts commit 210f40fe9a30212396311d265904b2d73859c53d.

Added: 
    

Modified: 
    llvm/test/Other/opt-bisect-legacy-pass-manager.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Other/opt-bisect-legacy-pass-manager.ll b/llvm/test/Other/opt-bisect-legacy-pass-manager.ll
index d73ca80674da..bf89e80d4960 100644
--- a/llvm/test/Other/opt-bisect-legacy-pass-manager.ll
+++ b/llvm/test/Other/opt-bisect-legacy-pass-manager.ll
@@ -45,7 +45,8 @@
 ; The helper script uses this to find the optimization that inlines the call.
 ; CHECK-BISECT-INLINE-HELPER: call i32 @f2()
 ; These checks verifies that the optimization was found.
-; CHECK-BISECT-INLINE-RESULT: Last good count: {{[1-9][0-9]*}}
+; CHECK-BISECT-INLINE-RESULT-NOT: Last good count: 0
+; CHECK-BISECT-INLINE-RESULT: Last good count: {{[0-9]+}}
 
 
 ; Test a module pass.


        


More information about the llvm-commits mailing list