[clang] [CIR] Upstream StackSave and StackRestoreOp (PR #136426)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 21 12:25:56 PDT 2025


================
@@ -1419,6 +1419,50 @@ def CallOp : CIR_CallOpBase<"call", [NoRegionArguments]> {
     }]>];
 }
 
+//===----------------------------------------------------------------------===//
+// StackSave & StackRestoreOp
----------------
andykaylor wrote:

```suggestion
// StackSaveOp & StackRestoreOp
```
For consistency, though I'm not sure why there are combined.

https://github.com/llvm/llvm-project/pull/136426


More information about the cfe-commits mailing list