================
@@ -914,6 +914,28 @@ static mlir::LogicalResult 
checkReturnAndFunction(cir::ReturnOp op,
   return mlir::success();
 }
 
+mlir::LogicalResult cir::SqrtOp::verify() {
----------------
andykaylor wrote:

The PR is still missing the changes in 
`clang/include/clang/CIR/Dialect/IR/CIROps.td` to add the SqrtOp operation.

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