[all-commits] [llvm/llvm-project] f7fd7a: [LFI][AArch64] Emit .tlsdesccall with the associat...
Zachary Yedidia via All-commits
all-commits at lists.llvm.org
Mon Jun 1 16:54:22 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7fd7a17361ceb850a9c370df25777ba10519710
https://github.com/llvm/llvm-project/commit/f7fd7a17361ceb850a9c370df25777ba10519710
Author: Zachary Yedidia <zyedidia at gmail.com>
Date: 2026-06-01 (Mon, 01 Jun 2026)
Changed paths:
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCLFIRewriter.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCLFIRewriter.h
A llvm/test/MC/AArch64/LFI/tlsdesccall.s
Log Message:
-----------
[LFI][AArch64] Emit .tlsdesccall with the associated blr (#200903)
This PR fixes an issue in the LFI control-flow rewrites if a blr is
marked with `.tlsdesccall`. The `.tlsdesccall` should be moved after
rewriting so that it is associated with the rewritten `blr`, rather than
the guard instruction.
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