[clang] [llvm] [CIR][X86] Implement lowering for sqrt builtins (PR #169310)
Priyanshu Kumar via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 5 05:48:51 PST 2025
================
@@ -45,6 +46,14 @@
using namespace cir;
using namespace llvm;
+// Actual lowering
----------------
Priyanshu3820 wrote:
I must have somehow removed the beginning during some commits. It is now rectified, moved to where other floating point ops are located and #include "clang/Basic/LLVM.h" is removed too.
https://github.com/llvm/llvm-project/pull/169310
More information about the llvm-commits
mailing list