[clang] [CIR] X86 vector fcmp-sse vector builtins (PR #167125)

Amr Hesham via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 9 04:14:07 PST 2025


================
@@ -21,18 +21,18 @@
 using namespace clang;
 using namespace clang::CIRGen;
 
-mlir::Value CIRGenFunction::emitX86BuiltinExpr(unsigned builtinID,
-                                               const CallExpr *e) {
-  if (builtinID == Builtin::BI__builtin_cpu_is) {
-    cgm.errorNYI(e->getSourceRange(), "__builtin_cpu_is");
+mlir::Value CIRGenFunction::emitX86BuiltinExpr(unsigned BuiltinID,
----------------
AmrDeveloper wrote:

The code style in the LLVM codegen is different from the incubator (github.com/llvm/clangir), you need to migrate the style when upstreaming

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


More information about the cfe-commits mailing list