This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b3e5d54b53e [GlobalISel] Add IRTranslator support for llvm.stacksave an [...] new d833ca999e4 AMDGPU: Don't use the default cpu in a few tests new 14c192770d3 AMDGPU: Fix names for generation features new 581e35dc2de AMDGPU: Remove unnecessary subtarget get
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/AMDGPU.td | 9 +- lib/Target/AMDGPU/AMDGPUFeatures.td | 5 +- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 2 +- lib/Target/AMDGPU/GCNHazardRecognizer.cpp | 1 - lib/Target/AMDGPU/R600Processors.td | 11 +- test/CodeGen/AMDGPU/bitreverse.ll | 534 ++++---- test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll | 32 +- test/CodeGen/AMDGPU/lshl64-to-32.ll | 90 +- test/CodeGen/AMDGPU/max.ll | 9 +- test/CodeGen/AMDGPU/min.ll | 7 +- test/CodeGen/AMDGPU/sgpr-control-flow.ll | 4 +- test/CodeGen/AMDGPU/shift-i128.ll | 1424 +++++++++----------- test/CodeGen/AMDGPU/sign_extend.ll | 264 ++-- test/CodeGen/AMDGPU/v_madak_f16.ll | 18 +- test/CodeGen/AMDGPU/zero_extend.ll | 2 +- test/CodeGen/MIR/AMDGPU/machine-function-info.ll | 2 +- 16 files changed, 1129 insertions(+), 1285 deletions(-)