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

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 3 15:58:47 PST 2025


================
@@ -45,6 +46,93 @@
 using namespace cir;
 using namespace llvm;
 
+
+static std::string getLLVMIntrinsicNameForType(mlir::Type llvmTy) {
----------------
andykaylor wrote:

This isn't being called. You can remove it.

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


More information about the cfe-commits mailing list