This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 68ee79b605b [Hexagon] Rewrite LowerVECTOR_SHUFFLE for 32-/64-bit vectors new b46f02d9e67 [Hexagon] Implement signed and unsigned multiply-high for vectors new f20c58e01be [AMDGPU] Add HW_REG_SH_MEM_BASES symbolic name for s_getreg_b32
The 2 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/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 5 +- .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 5 +- lib/Target/AMDGPU/SIDefines.h | 3 +- lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp | 10 +- lib/Target/Hexagon/HexagonISelLowering.cpp | 7 ++ lib/Target/Hexagon/HexagonISelLowering.h | 1 + lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 111 ++++++++++++++++++++- lib/Target/Hexagon/HexagonPatterns.td | 50 ++++++++++ test/CodeGen/AMDGPU/addrspacecast.ll | 6 +- test/MC/AMDGPU/sopk-err.s | 10 +- test/MC/AMDGPU/sopk.s | 87 ++++++++++------ 11 files changed, 251 insertions(+), 44 deletions(-)