This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e16a4c10b65 AMDGPU: Fold inline offset for loads properly in moveToVALU [...] new 1698c0e2bfc [GlobalOpt] Fix exponential compile-time with selects. new 2df7962ff46 [Hexagon] Handle SETCC on vector pairs in lowering new 8e8c64faa1f [Hexagon] Handle ANY_EXTEND_VECTOR_INREG in lowering
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/Hexagon/HexagonISelLowering.cpp | 7 +++++ lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 14 +++++++++- lib/Transforms/Utils/GlobalStatus.cpp | 33 +++++++++++------------ test/CodeGen/Hexagon/autohvx/isel-anyext-inreg.ll | 20 ++++++++++++++ test/CodeGen/Hexagon/autohvx/isel-setcc-pair.ll | 29 ++++++++++++++++++++ 5 files changed, 85 insertions(+), 18 deletions(-) create mode 100644 test/CodeGen/Hexagon/autohvx/isel-anyext-inreg.ll create mode 100644 test/CodeGen/Hexagon/autohvx/isel-setcc-pair.ll