[llvm] [PGO] Sampled instrumentation in PGO to speed up instrumentation binary (PR #69535)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 17 23:13:14 PDT 2024
================
@@ -0,0 +1,39 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s --passes=instrprof --sampled-instrumentation --sampled-instr-burst-duration=1 --sampled-instr-period=1009 -S | FileCheck %s
----------------
WenleiHe wrote:
Can we also have a test with `--sampled-instr-burst-duration=1` and the default `--sampled-instr-period=65535`?
https://github.com/llvm/llvm-project/pull/69535
More information about the llvm-commits
mailing list