[llvm] Insert symbols for prefetch targets read from basic blocks section profile. (PR #168439)
David Li via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 17 13:46:46 PST 2025
================
@@ -0,0 +1,61 @@
+;; Check prefetch directives in basic block section profiles.
+;;
+;; Specify the bb sections profile:
+; RUN: echo 'v1' > %t
+; RUN: echo 'f _Z3foob' >> %t
----------------
david-xl wrote:
The format is different from what is described in RFC which uses , instead of @
https://github.com/llvm/llvm-project/pull/168439
More information about the llvm-commits
mailing list