[clang] [CIR] Upstream StackSave and StackRestoreOp (PR #136426)
Amr Hesham via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 21 03:38:34 PDT 2025
================
@@ -1419,6 +1419,48 @@ def CallOp : CIR_CallOpBase<"call", [NoRegionArguments]> {
}]>];
}
+//===----------------------------------------------------------------------===//
+// StackSave & StackRestoreOp
+//===----------------------------------------------------------------------===//
+
+def StackSaveOp : CIR_Op<"stack_save"> {
----------------
AmrDeveloper wrote:
Mmmmm, I think that llvm in general uses the same style without _ for example getElemenetPtr, but in CIR dialect we use different style, not sure if it make sense to rename stack_save to stacksave or not, what do you think @xlauko 🤔
https://github.com/llvm/llvm-project/pull/136426
More information about the cfe-commits
mailing list