[llvm] [BOLT][AArch64] Introduce SPE mode in BasicAggregation (PR #120741)
Vladislav Khmelevsky via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 20 08:49:03 PST 2024
================
@@ -245,6 +247,13 @@ int main(int argc, char **argv) {
if (Error E = RIOrErr.takeError())
report_error(opts::InputFilename, std::move(E));
RewriteInstance &RI = *RIOrErr.get();
+
+ if (opts::AggregateOnly && !RI.getBinaryContext().isAArch64() &&
+ opts::ArmSPE == 1) {
----------------
yota9 wrote:
```suggestion
opts::ArmSPE) {
```
https://github.com/llvm/llvm-project/pull/120741
More information about the llvm-commits
mailing list