[clang] [llvm] [Intrinsics][AArch64] Add intrinsic to mask off aliasing vector lanes (PR #117007)

Sam Tebbs via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 16 05:31:19 PST 2025


================
@@ -2033,6 +2041,25 @@ bool AArch64TargetLowering::shouldExpandGetActiveLaneMask(EVT ResVT,
   return false;
 }
 
+bool AArch64TargetLowering::shouldExpandGetAliasLaneMask(
----------------
SamTebbs33 wrote:

It certainly can. Done.

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


More information about the llvm-commits mailing list