[llvm-branch-commits] [llvm] [AArch64][GlobalISel] Added support for neon right shifts (PR #170832)

2025-12-05 Thread Joshua Rodriguez via llvm-branch-commits
https://github.com/JoshdRod updated https://github.com/llvm/llvm-project/pull/170832 >From 7e897eac1eee87148b1f3529a42e4b927b556d44 Mon Sep 17 00:00:00 2001 From: Josh Rodriguez Date: Thu, 27 Nov 2025 15:34:40 + Subject: [PATCH 1/9] [AArch64][GlobalISel] Removed fallback for sqshlu intrins

[llvm-branch-commits] [llvm] [AArch64][GlobalISel] Added support for neon right shifts (PR #170832)

2025-12-05 Thread Joshua Rodriguez via llvm-branch-commits
https://github.com/JoshdRod created https://github.com/llvm/llvm-project/pull/170832 Many neon right shift intrinsics were not supported by GlobalISel, mainly due to a lack of legalisation logic. This logic has now been implemented. >From 7e897eac1eee87148b1f3529a42e4b927b556d44 Mon Sep 17 00: