[all-commits] [llvm/llvm-project] 365655: [Hexagon] Only allow single HVX vector loads/store...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Sat Mar 14 12:26:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3656558cecafd458ae63a5ef70758832f239b26d
https://github.com/llvm/llvm-project/commit/3656558cecafd458ae63a5ef70758832f239b26d
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2020-03-14 (Sat, 14 Mar 2020)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
Log Message:
-----------
[Hexagon] Only allow single HVX vector loads/stores in lowering
This will prevent store widening from forming vector pair stores,
which eventually end up broken up into single stores.
More information about the All-commits
mailing list