[llvm] [llvm] Support multiple save/restore points in mir (PR #119357)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 06:26:16 PST 2025
================
@@ -610,6 +610,20 @@ LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::MachineJumpTable::Entry)
namespace llvm {
namespace yaml {
+struct SRPEntry {
----------------
michaelmaitland wrote:
nit: rename to `SaveRestorePointEntry`? I don't think SRP is a common acronym. Also please add a docstring.
https://github.com/llvm/llvm-project/pull/119357
More information about the llvm-commits
mailing list