[all-commits] [llvm/llvm-project] fd94b4: [MC] Use a variant to hold MCCFIInstruction state ...
Scott Linder via All-commits
all-commits at lists.llvm.org
Mon Nov 24 14:54:15 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fd94b410ef60ca0a0494c2164d7897b698315443
https://github.com/llvm/llvm-project/commit/fd94b410ef60ca0a0494c2164d7897b698315443
Author: Scott Linder <scott.linder at amd.com>
Date: 2025-11-24 (Mon, 24 Nov 2025)
Changed paths:
M llvm/include/llvm/MC/MCDwarf.h
Log Message:
-----------
[MC] Use a variant to hold MCCFIInstruction state (NFC) (#164720)
AMDGPU requires more complex CFI rules, normally these would be
expressed with .cfi_escape, however this would make the CFI unreadable
and makes it difficult to update registers in CFI instructions (also
something AMDGPU requires).
Authored-by: Emma Pilkington <Emma.Pilkington at amd.com>
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