[clang] [CIR][X86] Implement lowering for sqrt builtins (PR #169310)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 24 14:56:15 PST 2025


================
@@ -44,6 +46,96 @@
 
 using namespace cir;
 using namespace llvm;
+using namespace mlir;
----------------
andykaylor wrote:

We prefer to have the `mlir` namespace explicit when used.

https://github.com/llvm/llvm-project/pull/169310


More information about the cfe-commits mailing list