[clang] [CIR][X86] Implement lowering for sqrt builtins (PR #169310)
Priyanshu Kumar via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 24 21:11:00 PST 2025
================
@@ -44,6 +46,96 @@
using namespace cir;
using namespace llvm;
+using namespace mlir;
----------------
Priyanshu3820 wrote:
I had used explicit `mlir::` prefixes throughout but added `using namespace mlir;` just to prevent any discrepancies. I have removed it now.
https://github.com/llvm/llvm-project/pull/169310
More information about the cfe-commits
mailing list