[llvm] Add initial support for SPE brstack format (PR #129231)
Amir Ayupov via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 17 12:21:24 PDT 2025
================
@@ -1555,7 +1581,8 @@ std::error_code DataAggregator::parseBranchEvents() {
}
NumEntries += Sample.LBR.size();
- if (BAT && Sample.LBR.size() == 32 && !NeedsSkylakeFix) {
+ if (this->BC->isX86() && BAT && Sample.LBR.size() == 32 &&
----------------
aaupov wrote:
Note to self to drop this
https://github.com/llvm/llvm-project/pull/129231
More information about the llvm-commits
mailing list