This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7689b8dd09a [WASM] Fix overflow when reading custom section new 35d3bbfa095 AMDGPU: Fix shifts for i128 new f1757fd8077 AMDGPU: Error more gracefully on libcalls new 18b615c1644 [Hexagon] Diagnose misaligned absolute loads and stores
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/AMDGPU/SIISelLowering.cpp | 7 + lib/Target/Hexagon/HexagonISelLowering.cpp | 89 +- lib/Target/Hexagon/HexagonISelLowering.h | 8 +- lib/Target/Hexagon/HexagonPatterns.td | 205 +++-- test/CodeGen/AMDGPU/div_i128.ll | 7 + test/CodeGen/AMDGPU/shift-i128.ll | 1047 ++++++++++++++++++++++++ test/CodeGen/Hexagon/misaligned-const-load.ll | 38 + test/CodeGen/Hexagon/misaligned-const-store.ll | 38 + 8 files changed, 1347 insertions(+), 92 deletions(-) create mode 100644 test/CodeGen/AMDGPU/div_i128.ll create mode 100644 test/CodeGen/AMDGPU/shift-i128.ll create mode 100644 test/CodeGen/Hexagon/misaligned-const-load.ll create mode 100644 test/CodeGen/Hexagon/misaligned-const-store.ll