[llvm-branch-commits] [clang] release/22.x: [Clang][AArch64] Add ACLE macros to support Armv9.6 (#176755) (PR #177121)
Cullen Rhodes via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Feb 9 01:44:50 PST 2026
c-rhodes wrote:
Discussed this offline. This is simple mechanical patch following the same pattern as previous features and completes ACLE support for Armv9.6. The issue is likely caused by the number of options now crossing some threshold, a pathological case in the StringSwitch perhaps. Given the slowdown is small and unlikely to be caused by anything directly in this PR, it's worth backporting as this completes ACLE enablement for Armv9.6.
https://github.com/llvm/llvm-project/pull/177121
More information about the llvm-branch-commits
mailing list