================
@@ -3275,6 +3275,39 @@ def CIR_InlineAsmOp : CIR_Op<"asm", 
[RecursiveMemoryEffects]> {
   let hasCustomAssemblyFormat = 1;
 }
 
+//===----------------------------------------------------------------------===//
+// SqrtOp
+//===----------------------------------------------------------------------===//
+
+def CIR_SqrtOp : CIR_Op<"sqrt", [Pure]> {
----------------
andykaylor wrote:

This should be located in the group with the other "Floating Point Ops" and 
follow the pattern established by those definitions. See `CIR_CosOp` for 
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

Reply via email to