[all-commits] [llvm/llvm-project] 2f502f: [Hexagon] Remove unnecessarily complicated helpers...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Dec 9 06:49:16 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f502f37ae825aba9c5b605d7ad8bd9698cbb578
https://github.com/llvm/llvm-project/commit/2f502f37ae825aba9c5b605d7ad8bd9698cbb578
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-12-09 (Tue, 09 Dec 2025)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
Log Message:
-----------
[Hexagon] Remove unnecessarily complicated helpers (NFC)
All the constant construction APIs already have native splat
support. They can be directly used with a vector. It's not
necessary to first create a scalar constant and then splat it
to the element count.
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