[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
================
@@ -30,6 +31,7 @@
#include "mlir/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.h"
#include "mlir/Target/LLVMIR/Export.h"
#include "mlir/Transforms/DialectConversion.h"
+#include "clang/Basic/LLVM.h"
----------------
andykaylor wrote:
This can still be removed, right?
https://github.com/llvm/llvm-project/pull/169310
More information about the llvm-commits
mailing list