[clang] [CIR][X86] Implement lowering for sqrt builtins (PR #169310)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 25 09:51:55 PST 2025
================
@@ -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
More information about the cfe-commits
mailing list