[all-commits] [llvm/llvm-project] 61b99c: [AArch64] Consider StreamingSVE in shouldExpandGet...
Kerry McLaughlin via All-commits
all-commits at lists.llvm.org
Tue Jun 24 03:09:10 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61b99ca51282f8ebe31c0a4c179383883730b8c7
https://github.com/llvm/llvm-project/commit/61b99ca51282f8ebe31c0a4c179383883730b8c7
Author: Kerry McLaughlin <kerry.mclaughlin at arm.com>
Date: 2025-06-24 (Tue, 24 Jun 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/active_lane_mask.ll
Log Message:
-----------
[AArch64] Consider StreamingSVE in shouldExpandGetActiveLaneMask (#144722)
If StreamingSVE is available, we may be able to lower the intrinsic
to the GET_ACTIVE_LANE_MASK node instead of expanding it.
Also adds the node to addTypeForFixedLengthSVE to ensure we lower
to the SVE instruction when useSVEForFixedLengthVectors is true.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list