[all-commits] [llvm/llvm-project] 34c7f2: [Hexagon] Fix safety check in moving instructions ...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Tue May 23 07:45:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34c7f2ac3d3141dbb808d890b767e3b9aeef6222
https://github.com/llvm/llvm-project/commit/34c7f2ac3d3141dbb808d890b767e3b9aeef6222
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
A llvm/test/CodeGen/Hexagon/autohvx/vector-align-bad-move2.ll
Log Message:
-----------
[Hexagon] Fix safety check in moving instructions in HVC::AlignVectors
A prior commit accidentally affected a safety check allowing aliased memory
instructions to be moved across one another.
More information about the All-commits
mailing list