[clang] [CIR] Vector saturating rounding shift right and narrow intrinsics (PR #198947)
Andrzej WarzyĆski via cfe-commits
cfe-commits at lists.llvm.org
Sun May 24 12:14:44 PDT 2026
================
@@ -2678,10 +2681,8 @@ CIRGenFunction::emitAArch64BuiltinExpr(unsigned builtinID, const CallExpr *expr,
case NEON::BI__builtin_neon_vrecpsd_f64:
case NEON::BI__builtin_neon_vrecpsh_f16:
case NEON::BI__builtin_neon_vqshrun_n_v:
----------------
banach-space wrote:
```suggestion
case NEON::BI__builtin_neon_vqshrun_n_v:
cgm.errorNYI(expr->getSourceRange(),
std::string("unimplemented AArch64 builtin call: ") +
getContext().BuiltinInfo.getName(builtinID));
case NEON::BI__builtin_neon_vqrshrun_n_v:
// NEWLY ADDED CODE
```
https://github.com/llvm/llvm-project/pull/198947
More information about the cfe-commits
mailing list