[all-commits] [llvm/llvm-project] b61144: [AArch64] Allow lowering of more types to GET_ACTI...
Kerry McLaughlin via All-commits
all-commits at lists.llvm.org
Tue May 27 03:22:18 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b61144bf77eedbcb209c0328e8867f693624aacc
https://github.com/llvm/llvm-project/commit/b61144bf77eedbcb209c0328e8867f693624aacc
Author: Kerry McLaughlin <kerry.mclaughlin at arm.com>
Date: 2025-05-27 (Tue, 27 May 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll
M llvm/test/CodeGen/AArch64/active_lane_mask.ll
Log Message:
-----------
[AArch64] Allow lowering of more types to GET_ACTIVE_LANE_MASK (#140062)
Adds support for operand promotion and splitting/widening the result
of the ISD::GET_ACTIVE_LANE_MASK node.
For AArch64, shouldExpandGetActiveLaneMask now returns false for more
types which we know can be legalised.
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