[all-commits] [llvm/llvm-project] 6525b1: [Hexagon] Handle Call Operand vxi1 in Hexagon Back...
pkarveti via All-commits
all-commits at lists.llvm.org
Tue Mar 11 13:37:50 PDT 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: 6525b151fe774ee6b426f17623c146abbddedf83
https://github.com/llvm/llvm-project/commit/6525b151fe774ee6b426f17623c146abbddedf83
Author: pkarveti <quic_pkarveti at quicinc.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonCallingConv.td
A llvm/test/CodeGen/Hexagon/calloperand-v128i1.ll
A llvm/test/CodeGen/Hexagon/calloperand-v16i1.ll
A llvm/test/CodeGen/Hexagon/calloperand-v32i1.ll
A llvm/test/CodeGen/Hexagon/calloperand-v4i1.ll
A llvm/test/CodeGen/Hexagon/calloperand-v64i1.ll
A llvm/test/CodeGen/Hexagon/calloperand-v8i1.ll
Log Message:
-----------
[Hexagon] Handle Call Operand vxi1 in Hexagon Backend (#128027)
This commit updates the Hexagon backend to handle
vxi1 call operands. It ensures compatibility for
vector types of sizes 4, 8, 16, 32, 64, and 128 x i1 when HVX is
enabled.
~Fixes #59009 and #118879~
(cherry picked from commit 37559c8401cf9236d561eebd75bd3d70be6ab723)
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