[llvm] [BOLT] Use deterministic xxh3 for computing BF/BB hashes (PR #72542)
Amir Ayupov via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 27 10:03:21 PST 2023
================
@@ -5,19 +5,28 @@ RUN: yaml2obj %p/Inputs/blarge.yaml &> %t.exe
# Testing "usqrt"
RUN: llvm-bolt %t.exe -o /dev/null --b %p/Inputs/blarge_profile_stale.yaml \
RUN: --print-cfg --print-only=usqrt --infer-stale-profile=1 \
-RUN: --profile-ignore-hash=1 --profile-use-dfs=0 2>&1 | FileCheck %s -check-prefix=CHECK1
+RUN: --profile-ignore-hash=1 --profile-use-dfs=0 --debug-only=bolt-prof 2>&1 | FileCheck %s -check-prefix=CHECK1
----------------
aaupov wrote:
Please add `REQUIRES: asserts` for debug logging checks
https://github.com/llvm/llvm-project/pull/72542
More information about the llvm-commits
mailing list