[all-commits] [llvm/llvm-project] 24346a: [BOLT][AArch64] Refuse to run Stoke analysis on AA...
Amina Chabane via All-commits
all-commits at lists.llvm.org
Wed May 6 06:13:00 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 24346a3bf938adbd6c12016594ae7521f869b53b
https://github.com/llvm/llvm-project/commit/24346a3bf938adbd6c12016594ae7521f869b53b
Author: Amina Chabane <amina.chabane at arm.com>
Date: 2026-05-06 (Wed, 06 May 2026)
Changed paths:
M bolt/lib/Passes/StokeInfo.cpp
M bolt/test/AArch64/unsupported-passes.test
Log Message:
-----------
[BOLT][AArch64] Refuse to run Stoke analysis on AArch64 (#195878)
`--stoke` and `--stoke-out` yields an UNIMPLEMENTED crash on AArch64. It
is a fundamentally X86 pass.
- Add a non-X86 guard
- Add the error message to unsupported-passes.test.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list