[all-commits] [llvm/llvm-project] e097b7: [BOLT][AArch64] Refuse to run memcpy1 specializati...
Amina Chabane via All-commits
all-commits at lists.llvm.org
Thu May 7 03:26:10 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e097b7708e8b1277bffb5a21ec73a6014732f654
https://github.com/llvm/llvm-project/commit/e097b7708e8b1277bffb5a21ec73a6014732f654
Author: Amina Chabane <amina.chabane at arm.com>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M bolt/lib/Passes/BinaryPasses.cpp
M bolt/test/AArch64/unsupported-passes.test
Log Message:
-----------
[BOLT][AArch64] Refuse to run memcpy1 specialization (#196196)
SpecializeMemcpy1 (`--memcpy1-spec=main`) is implemented only for X86.
It does not crash but would be useful to inform the user that it is a
no-op.
- Guard against non-X86
- Add error 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