[clang] [CIR][AArch64] Upstream vector-shift-right-and-insert NEON builtins (PR #196776)

Vicky Nguyen via cfe-commits cfe-commits at lists.llvm.org
Sun May 24 23:17:51 PDT 2026


================
@@ -5265,3 +5265,342 @@ uint64_t test_vaddlvq_u32(uint32x4_t a) {
 // LLVM-NEXT:    ret i64 [[VADDLVQ_U32_I]]
   return vaddlvq_u32(a);
 }
+
+//===------------------------------------------------------===//
+// 2.1.3.2.9 Vector Shift Right and Insert
+// https://arm-software.github.io/acle/neon_intrinsics/advsimd.html#vector-shift-right-and-insert
+//===------------------------------------------------------===//
+
+// LLVM-LABEL: @test_vsri_n_s8(
+// CIR-LABEL: @test_vsri_n_s8(
----------------
iamvickynguyen wrote:

Thank you! I've combined the labels.

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


More information about the cfe-commits mailing list