[llvm] [llvm] Support multiple save/restore points in mir (PR #119357)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu May 1 08:15:36 PDT 2025
================
@@ -631,6 +631,79 @@ LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::CalledGlobal)
namespace llvm {
namespace yaml {
+// Struct representing one save/restore point in the
+// 'savePoint' / 'restorePoint' list. One point consist of machine basic block
----------------
arsenm wrote:
```suggestion
// 'savePoint' / 'restorePoint' list. One point consists of machine basic block
```
https://github.com/llvm/llvm-project/pull/119357
More information about the llvm-commits
mailing list