[clang] [CIR][AArch64] Upstream NEON shift left builtins (PR #186406)

Andrzej WarzyƄski via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 16 01:31:50 PDT 2026


================
@@ -2786,7 +2788,13 @@ CIRGenFunction::emitAArch64BuiltinExpr(unsigned builtinID, const CallExpr *expr,
   case NEON::BI__builtin_neon_vrsrad_n_u64:
   case NEON::BI__builtin_neon_vrsrad_n_s64:
----------------
banach-space wrote:

You will need to insert NYI error here to make that this case (and everything before) still triggers an NYI error.

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


More information about the cfe-commits mailing list