[llvm] Adding Matching and Inference Functionality to Propeller-PR3: Read basic block hashes from propeller profile. (PR #164223)
Rahman Lavaee via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 27 10:04:58 PDT 2025
================
@@ -287,6 +296,25 @@ Error BasicBlockSectionsProfileReader::ReadV1Profile() {
}
continue;
}
+ case 'h': { // Basic block hash secifier.
+ // Skip the profile when we the profile iterator (FI) refers to the
----------------
rlavaee wrote:
Remove 'we'.
https://github.com/llvm/llvm-project/pull/164223
More information about the llvm-commits
mailing list