================
@@ -4642,6 +4642,14 @@ class CIR_UnaryFPToFPBuiltinOp<string mnemonic, string
llvmOpName>
let llvmOp = llvmOpName;
}
+def CIR_SqrtOp : CIR_UnaryFPToFPBuiltinOp<"sqrt", "SqrtOp"> {
+ let summary = "Floating-point square root operation";
+
----------------
andykaylor wrote:
Can you add a description with an example of the CIR format?
We're trying to standardize the descriptions of all our operations to include
an example.
https://github.com/llvm/llvm-project/pull/169310
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits