[all-commits] [llvm/llvm-project] 29d3fc: [HEXAGON] Fix hvx-isel for extract_subvector op (#...
aankit-ca via All-commits
all-commits at lists.llvm.org
Thu Mar 6 15:02:32 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 29d3fc3f11d272a72ac255af9277c740f26c3dfc
https://github.com/llvm/llvm-project/commit/29d3fc3f11d272a72ac255af9277c740f26c3dfc
Author: aankit-ca <quic_aankit at quicinc.com>
Date: 2025-03-06 (Thu, 06 Mar 2025)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
M llvm/test/CodeGen/Hexagon/autohvx/fp-to-int.ll
M llvm/test/CodeGen/Hexagon/autohvx/int-to-fp.ll
A llvm/test/CodeGen/Hexagon/isel/extract-subvec.ll
Log Message:
-----------
[HEXAGON] Fix hvx-isel for extract_subvector op (#129672)
Fixes a crash with extract_subvectors in Hexagon backend seen when the
source vector is a vector-pair and result vector is not hvx vector size.
LLVM Issue: https://github.com/llvm/llvm-project/issues/128775
Fixes #128775
---------
Co-authored-by: aankit-quic <aankit at quicinc.com>
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