[all-commits] [llvm/llvm-project] 7af919: [Hexagon] Add debug code to HVC::AlignVectors
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Fri Mar 17 08:15:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7af91965dbf869540b23b04060d5fa341c642c2e
https://github.com/llvm/llvm-project/commit/7af91965dbf869540b23b04060d5fa341c642c2e
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
Log Message:
-----------
[Hexagon] Add debug code to HVC::AlignVectors
That and clarify/expand some comments.
Commit: 5a94669fc68f298f42609c909f9c0dbaa4fbaae7
https://github.com/llvm/llvm-project/commit/5a94669fc68f298f42609c909f9c0dbaa4fbaae7
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
Log Message:
-----------
[Hexagon] Add names to all instructions created in HVC
Commit: 0eac3c500406ad3a18a8c2829f71403056c6042f
https://github.com/llvm/llvm-project/commit/0eac3c500406ad3a18a8c2829f71403056c6042f
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
A llvm/test/CodeGen/Hexagon/autohvx/vector-align-order.ll
Log Message:
-----------
[Hexagon] Ensure proper ordering of instructions in HVC::AlignVectors
The shuffle reduction creates a dependency chain. Make sure that the
inputs to the next instruction are placed ahead of the instruction itself.
Compare: https://github.com/llvm/llvm-project/compare/c60e0b66ad24...0eac3c500406
More information about the All-commits
mailing list