[clang] [CIR] Add X86 prefetch builtins (PR #168051)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 26 14:50:27 PST 2025


================
@@ -1272,9 +1272,6 @@ RValue CIRGenFunction::emitBuiltinExpr(const GlobalDecl &gd, unsigned builtinID,
     llvm_unreachable("Bad evaluation kind in EmitBuiltinExpr");
   }
 
-  cgm.errorNYI(e->getSourceRange(),
----------------
andykaylor wrote:

I don't think that's right. That will only report the error for missing X86 builtins. This was a backstop for everything else.

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


More information about the cfe-commits mailing list