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

Andy Kaylor via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 4 10:13:32 PST 2025


================
@@ -45,6 +46,14 @@
 using namespace cir;
 using namespace llvm;
 
+// Actual lowering
----------------
andykaylor wrote:

You're missing the beginning of the function, and this should be sunk down to be located near the other floating point operations,

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


More information about the llvm-commits mailing list