[llvm] 2c6e5ef - TLI: Fix test after "Add basic support for fdim libcall"

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 23:48:08 PDT 2024


Author: Matt Arsenault
Date: 2024-09-20T10:47:59+04:00
New Revision: 2c6e5ef6873e9c80190beb62c625e16802c9901d

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

LOG: TLI: Fix test after "Add basic support for fdim libcall"

Added: 
    

Modified: 
    llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml b/llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml
index e9688fec4c1748..3eb6d8b8eea9b4 100644
--- a/llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml
+++ b/llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml
@@ -34,7 +34,7 @@
 #
 # CHECK: << Total TLI yes SDK no:  18
 # CHECK: >> Total TLI no  SDK yes: 0
-# CHECK: == Total TLI yes SDK yes: 253
+# CHECK: == Total TLI yes SDK yes: 256
 #
 # WRONG_DETAIL: << TLI yes SDK no : '_ZdaPv' aka operator delete[](void*)
 # WRONG_DETAIL: >> TLI no  SDK yes: '_ZdaPvj' aka operator delete[](void*, unsigned int)
@@ -48,14 +48,14 @@
 # WRONG_DETAIL: << TLI yes SDK no : 'fminimum_numl'
 # WRONG_SUMMARY: << Total TLI yes SDK no:  19{{$}}
 # WRONG_SUMMARY: >> Total TLI no  SDK yes: 1{{$}}
-# WRONG_SUMMARY: == Total TLI yes SDK yes: 252
+# WRONG_SUMMARY: == Total TLI yes SDK yes: 255
 #
 ## The -COUNT suffix doesn't care if there are too many matches, so check
 ## the exact count first; the two directives should add up to that.
 ## Yes, this means additions to TLI will fail this test, but the argument
 ## to -COUNT can't be an expression.
-# AVAIL: TLI knows 504 symbols, 271 available
-# AVAIL-COUNT-271: {{^}} available
+# AVAIL: TLI knows 507 symbols, 274 available
+# AVAIL-COUNT-274: {{^}} available
 # AVAIL-NOT:       {{^}} available
 # UNAVAIL-COUNT-233: not available
 # UNAVAIL-NOT:       not available


        


More information about the llvm-commits mailing list