[clang] [CIR][X86] Implement lowering for sqrt builtins (PR #169310)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 24 14:56:16 PST 2025
================
@@ -18,6 +18,7 @@
#include "mlir/Conversion/LLVMCommon/TypeConverter.h"
#include "mlir/Dialect/DLTI/DLTI.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
+#include "mlir/Dialect/LLVMIR/IR/LLVMOps.h"
----------------
andykaylor wrote:
Why is this needed?
https://github.com/llvm/llvm-project/pull/169310
More information about the cfe-commits
mailing list