================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
