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

Priyanshu Kumar via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 24 20:59:55 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"
----------------
Priyanshu3820 wrote:

You're right. The file only uses MLIR types which are already included via the other headers. I'll remove it. Thanks for pointing that out.

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


More information about the cfe-commits mailing list