================
@@ -3415,4 +3415,126 @@ def CIR_FAbsOp : CIR_UnaryFPToFPBuiltinOp<"fabs",
"FAbsOp"> {
}];
}
+//===----------------------------------------------------------------------===//
+// Variadic Operations
+//===----------------------------------------------------------------------===//
+
+def CIR_VAStartOp : CIR_Op<"va.start"> {
----------------
xlauko wrote:
To be more consistent in naming:
```suggestion
def CIR_VAStartOp : CIR_Op<"va_start"> {
```
and update its uses elsewhere.
https://github.com/llvm/llvm-project/pull/153834
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits