[all-commits] [llvm/llvm-project] f64cd3: [AArch64] Remove VK_WEAKREF from arm64ec lowering....
Eli Friedman via All-commits
all-commits at lists.llvm.org
Wed May 28 09:24:52 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f64cd30367e7cee4a0b82b405d96e9b37412b391
https://github.com/llvm/llvm-project/commit/f64cd30367e7cee4a0b82b405d96e9b37412b391
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64MCInstLower.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
M llvm/test/CodeGen/AArch64/arm64ec-varargs.ll
Log Message:
-----------
[AArch64] Remove VK_WEAKREF from arm64ec lowering. (#141717)
VK_WEAKREF doesn't actually do anything anymore, and it was never really
necessary. We set a bit on the MCSymbol to represent the anti-dep
semantics.
This patch doesn't delete the VK_WEAKREF enum value because that causes
an unrelated issue in CodeGen/AArch64/wineh-try-catch.ll.
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