[all-commits] [llvm/llvm-project] dd02fb: [AArch64] Fix stale +zcm target feature to +zcm-gp...
Tomer Shafir via All-commits
all-commits at lists.llvm.org
Sun Jun 29 05:01:26 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd02fb3a51456187b0586693c82285606fae6ee5
https://github.com/llvm/llvm-project/commit/dd02fb3a51456187b0586693c82285606fae6ee5
Author: Tomer Shafir <tomer.shafir8 at gmail.com>
Date: 2025-06-29 (Sun, 29 Jun 2025)
Changed paths:
M clang/lib/Driver/ToolChains/Arch/AArch64.cpp
M clang/test/Preprocessor/aarch64-target-features.c
M lld/test/MachO/icf-safe-thunks-dwarf.ll
M lld/test/MachO/icf-safe-thunks.ll
M llvm/test/CodeGen/AArch64/GlobalISel/inline-memcpy.mir
M llvm/test/CodeGen/AArch64/GlobalISel/inline-memmove.mir
M llvm/test/CodeGen/AArch64/GlobalISel/inline-memset.mir
M llvm/test/CodeGen/AArch64/lr-reserved-for-ra-live-in.ll
M llvm/test/CodeGen/AArch64/memsize-remarks.ll
M llvm/test/DebugInfo/debug_frame_symbol.ll
M llvm/test/Instrumentation/AddressSanitizer/calls-only-smallfn.ll
M llvm/test/Instrumentation/AddressSanitizer/calls-only.ll
M llvm/test/Transforms/Util/trivial-auto-var-init-crash-20210521.ll
M llvm/test/tools/llvm-dwarfdump/AArch64/template_ref_ptr.ll
M llvm/test/tools/llvm-gsymutil/ARM_AArch64/macho-gsym-callsite-info-obj.test
Log Message:
-----------
[AArch64] Fix stale +zcm target feature to +zcm-gpr64 (#146260)
Replaces all the uses of `+zcm` with `+zcm-gpr64`. A fix for:
https://github.com/llvm/llvm-project/pull/146051
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