[clang] [CIR][X86] Implement convert_half builtins (PR #171615)
Priyanshu Kumar via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 15 12:55:59 PST 2025
================
@@ -20,6 +20,7 @@
#include "clang/Basic/TargetBuiltins.h"
#include "clang/CIR/Dialect/IR/CIRTypes.h"
#include "clang/CIR/MissingFeatures.h"
+#include "llvm/Support/Casting.h"
----------------
Priyanshu3820 wrote:
yes, since we're using mlir::cast, it is indeed not needed. Will remove it
https://github.com/llvm/llvm-project/pull/171615
More information about the cfe-commits
mailing list