[clang] [CIR][AArch64] Upstream widening-addition NEON builtins (PR #204285)
Jiahao Guo via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 17 00:25:00 PDT 2026
================
@@ -882,7 +882,16 @@ static mlir::Value emitCommonNeonBuiltinExpr(
case NEON::BI__builtin_neon_vld3q_lane_v:
case NEON::BI__builtin_neon_vld4_lane_v:
case NEON::BI__builtin_neon_vld4q_lane_v:
----------------
E00N777 wrote:
nit: A NYI guard is missing here.
https://github.com/llvm/llvm-project/pull/204285
More information about the cfe-commits
mailing list