[all-commits] [llvm/llvm-project] f5d07a: [Hexagon] Realign HVX vectors wherever possible
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Wed Dec 9 15:12:26 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5d07a05bbd41f827ccfa1bed7bfdfbab2be85dc
https://github.com/llvm/llvm-project/commit/f5d07a05bbd41f827ccfa1bed7bfdfbab2be85dc
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2020-12-09 (Wed, 09 Dec 2020)
Changed paths:
M llvm/lib/Target/Hexagon/CMakeLists.txt
M llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
A llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
A llvm/test/CodeGen/Hexagon/autohvx/masked-vector-align.ll
M llvm/test/CodeGen/Hexagon/v6vect-no-sideeffects.ll
Log Message:
-----------
[Hexagon] Realign HVX vectors wherever possible
Introduce HexagonVectorCombine as a helper class for vector-related
optimizations.
More information about the All-commits
mailing list