This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 126abbe [RDF] Add support for regmasks new 1c86eda AMDGPU: Undo sub x, c -> add x, -c canonicalization new 1ae1b93 GlobalISel: translate memset & memmove.
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: include/llvm/CodeGen/GlobalISel/IRTranslator.h | 4 +- lib/CodeGen/GlobalISel/IRTranslator.cpp | 34 +++- lib/Target/AMDGPU/SIInstrInfo.td | 13 ++ lib/Target/AMDGPU/SIInstructions.td | 9 + lib/Target/AMDGPU/VOP2Instructions.td | 8 + .../AArch64/GlobalISel/arm64-irtranslator.ll | 28 ++++ test/CodeGen/AMDGPU/s_addk_i32.ll | 11 +- test/CodeGen/AMDGPU/shrink-add-sub-constant.ll | 186 +++++++++++++++++++++ test/CodeGen/AMDGPU/sub.i16.ll | 2 +- 9 files changed, 283 insertions(+), 12 deletions(-) create mode 100644 test/CodeGen/AMDGPU/shrink-add-sub-constant.ll