[clang] [CIR][AArch64] Upstream for vector vector shl (PR #191655)

via cfe-commits cfe-commits at lists.llvm.org
Sun May 10 01:45:41 PDT 2026


================
@@ -2439,6 +2439,260 @@ uint64x1_t test_vshl_n_u64(uint64x1_t a) {
  return vshl_n_u64(a, 1);
 }
 
----------------
albertbolt1 wrote:

//===------------------------------------------------------===//
// 2.1.3.1.1. Vector Shift Left
// https://arm-software.github.io/acle/neon_intrinsics/advsimd.html#vector-shift-left
//===------------------------------------------------------===//

If you mean this then I have already added it at the top for vector shift left

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


More information about the cfe-commits mailing list