[compiler-rt] [clang-tools-extra] [lldb] [clang] [flang] [mlir] [llvm] [Profile] Add binary profile correlation to offload profile metadata at runtime. (PR #69493)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 9 22:38:48 PST 2023


================
@@ -0,0 +1,11 @@
+; RUN: opt < %s -passes=instrprof -profile-correlate=binary -S | FileCheck %s
----------------
MaskRay wrote:

This isn't clear how `__profd_foo` is different from `-profile-correlate=none`. This test can be added to `coverage.ll` as a new RUN line

https://github.com/llvm/llvm-project/pull/69493


More information about the cfe-commits mailing list