This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fb954c0ce16 [LoopUnroll] NFC. Factor out runtime-loop.ll common test behavior. new d06dc588fe6 [InstSimplify] add tests for abs/nabs+icmp folding; NFC new 93ce40bd23b AMDGPU: Enable code object v3 by default
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/AMDGPU.td | 45 ++- test/CodeGen/AMDGPU/addrspacecast.ll | 4 +- test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 14 +- .../AMDGPU/attr-amdgpu-flat-work-group-size.ll | 2 +- test/CodeGen/AMDGPU/call-graph-register-usage.ll | 6 +- test/CodeGen/AMDGPU/callee-special-input-sgprs.ll | 4 +- test/CodeGen/AMDGPU/callee-special-input-vgprs.ll | 2 +- test/CodeGen/AMDGPU/debugger-emit-prologue.ll | 4 +- test/CodeGen/AMDGPU/elf-notes.ll | 18 +- .../AMDGPU/flat-for-global-subtarget-feature.ll | 4 +- test/CodeGen/AMDGPU/flat-scratch-reg.ll | 6 +- test/CodeGen/AMDGPU/gfx902-without-xnack.ll | 2 +- test/CodeGen/AMDGPU/hsa-fp-mode.ll | 14 +- test/CodeGen/AMDGPU/hsa-func.ll | 12 +- test/CodeGen/AMDGPU/hsa-metadata-enqueue-kernel.ll | 4 +- .../AMDGPU/hsa-metadata-from-llvm-ir-full.ll | 12 +- test/CodeGen/AMDGPU/hsa-metadata-hidden-args.ll | 6 +- test/CodeGen/AMDGPU/hsa-metadata-images.ll | 6 +- .../AMDGPU/hsa-metadata-kernel-code-props.ll | 6 +- .../AMDGPU/hsa-metadata-kernel-debug-props.ll | 8 +- test/CodeGen/AMDGPU/hsa-note-no-func.ll | 52 +-- test/CodeGen/AMDGPU/hsa.ll | 12 +- test/CodeGen/AMDGPU/kernel-args.ll | 2 +- .../CodeGen/AMDGPU/kernel-argument-dag-lowering.ll | 2 +- test/CodeGen/AMDGPU/large-alloca-compute.ll | 4 +- test/CodeGen/AMDGPU/llvm.amdgcn.dispatch.ptr.ll | 2 +- .../AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll | 2 +- test/CodeGen/AMDGPU/llvm.amdgcn.queue.ptr.ll | 2 +- test/CodeGen/AMDGPU/llvm.amdgcn.workgroup.id.ll | 8 +- test/CodeGen/AMDGPU/llvm.amdgcn.workitem.id.ll | 8 +- test/CodeGen/AMDGPU/nop-data.ll | 2 +- test/CodeGen/AMDGPU/promote-alloca-no-opts.ll | 4 +- .../AMDGPU/promote-alloca-padding-size-estimate.ll | 2 +- .../vgpr-spill-emergency-stack-slot-compute.ll | 4 +- test/MC/AMDGPU/hsa-exp.s | 4 +- test/MC/AMDGPU/hsa-text.s | 4 +- test/MC/AMDGPU/hsa.s | 4 +- test/MC/AMDGPU/hsa_code_object_isa_args.s | 12 +- test/MC/AMDGPU/hsa_isa_version_attrs.s | 4 +- test/MC/AMDGPU/isa-version-hsa.s | 14 +- test/MC/AMDGPU/isa-version-pal.s | 14 +- test/MC/AMDGPU/isa-version-unk.s | 14 +- test/MC/AMDGPU/sym_option.s | 18 +- test/Object/AMDGPU/objdump.s | 2 +- test/Transforms/InstSimplify/icmp-abs-nabs.ll | 401 +++++++++++++++++++++ 45 files changed, 596 insertions(+), 180 deletions(-) create mode 100644 test/Transforms/InstSimplify/icmp-abs-nabs.ll