[all-commits] [llvm/llvm-project] 47c8b9: [CFIFixup] Factor CFI remember/restore insertion i...
Daniel Hoekwater via All-commits
all-commits at lists.llvm.org
Fri Oct 4 06:31:44 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47c8b95daeec8e6cb012344ed037024528a73295
https://github.com/llvm/llvm-project/commit/47c8b95daeec8e6cb012344ed037024528a73295
Author: Daniel Hoekwater <hoekwater at google.com>
Date: 2024-10-04 (Fri, 04 Oct 2024)
Changed paths:
M llvm/lib/CodeGen/CFIFixup.cpp
Log Message:
-----------
[CFIFixup] Factor CFI remember/restore insertion into a helper (NFC) (#111066)
Inserting a remember/restore pair is a very clean abstraction, so we can
split the logic out into a helper function. Additionally, cleaning this up
will make it easier to add logic for handling functions that are split across
multiple sections.
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