This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1ae814a8816 Add llc tests for comparison chains. new a2386c3b261 [AMDGPU] Switch to the new addr space mapping by default
The 1 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/AMDGPUTargetMachine.cpp | 9 - lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 14 +- test/Analysis/CostModel/AMDGPU/addrspacecast.ll | 48 +- test/CodeGen/AMDGPU/InlineAsmCrash.ll | 4 +- test/CodeGen/AMDGPU/addrspacecast.ll | 76 +-- test/CodeGen/AMDGPU/amdgcn.private-memory.ll | 14 +- test/CodeGen/AMDGPU/amdgpu-alias-analysis.ll | 4 +- test/CodeGen/AMDGPU/amdgpu-inline.ll | 102 +-- test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 310 +++++----- test/CodeGen/AMDGPU/amdpal.ll | 28 +- .../CodeGen/AMDGPU/annotate-kernel-features-hsa.ll | 46 +- test/CodeGen/AMDGPU/array-ptr-calc-i32.ll | 10 +- test/CodeGen/AMDGPU/byval-frame-setup.ll | 110 ++-- test/CodeGen/AMDGPU/call-argument-types.ll | 38 +- test/CodeGen/AMDGPU/call-graph-register-usage.ll | 16 +- test/CodeGen/AMDGPU/callee-frame-setup.ll | 8 +- test/CodeGen/AMDGPU/callee-special-input-sgprs.ll | 20 +- test/CodeGen/AMDGPU/callee-special-input-vgprs.ll | 16 +- test/CodeGen/AMDGPU/captured-frame-index.ll | 136 ++-- test/CodeGen/AMDGPU/cgp-addressing-modes-flat.ll | 88 +-- test/CodeGen/AMDGPU/cgp-addressing-modes.ll | 34 +- test/CodeGen/AMDGPU/collapse-endcf.ll | 4 +- test/CodeGen/AMDGPU/commute-compares.ll | 6 +- test/CodeGen/AMDGPU/copy-to-reg.ll | 10 +- test/CodeGen/AMDGPU/extload-private.ll | 16 +- test/CodeGen/AMDGPU/flat-address-space.ll | 108 ++-- .../AMDGPU/flat-for-global-subtarget-feature.ll | 8 +- test/CodeGen/AMDGPU/flat_atomics.ll | 684 ++++++++++----------- test/CodeGen/AMDGPU/flat_atomics_i64.ll | 678 ++++++++++---------- test/CodeGen/AMDGPU/frame-index-elimination.ll | 98 +-- test/CodeGen/AMDGPU/function-args.ll | 16 +- .../AMDGPU/hsa-metadata-from-llvm-ir-full.ll | 52 +- test/CodeGen/AMDGPU/huge-private-buffer.ll | 12 +- test/CodeGen/AMDGPU/indirect-private-64.ll | 32 +- test/CodeGen/AMDGPU/insert_subreg.ll | 4 +- test/CodeGen/AMDGPU/inserted-wait-states.mir | 6 +- test/CodeGen/AMDGPU/kernarg-stack-alignment.ll | 20 +- test/CodeGen/AMDGPU/large-alloca-compute.ll | 12 +- test/CodeGen/AMDGPU/large-alloca-graphics.ll | 20 +- test/CodeGen/AMDGPU/llvm.amdgcn.atomic.dec.ll | 92 +-- test/CodeGen/AMDGPU/llvm.amdgcn.atomic.inc.ll | 92 +-- .../AMDGPU/llvm.amdgcn.implicit.buffer.ptr.ll | 8 +- test/CodeGen/AMDGPU/load-hi16.ll | 112 ++-- test/CodeGen/AMDGPU/load-lo16.ll | 106 ++-- test/CodeGen/AMDGPU/local-stack-slot-offset.ll | 20 +- .../AMDGPU/memory-legalizer-atomic-cmpxchg.ll | 300 ++++----- test/CodeGen/AMDGPU/memory-legalizer-atomic-rmw.ll | 100 +-- .../AMDGPU/memory-legalizer-invalid-syncscope.ll | 28 +- test/CodeGen/AMDGPU/memory-legalizer-load.ll | 164 ++--- ...ory-legalizer-multiple-mem-operands-atomics.mir | 22 +- ...galizer-multiple-mem-operands-nontemporal-1.mir | 22 +- ...galizer-multiple-mem-operands-nontemporal-2.mir | 22 +- test/CodeGen/AMDGPU/memory-legalizer-store.ll | 124 ++-- test/CodeGen/AMDGPU/move-to-valu-worklist.ll | 2 +- test/CodeGen/AMDGPU/mubuf-offset-private.ll | 40 +- test/CodeGen/AMDGPU/nested-calls.ll | 10 +- test/CodeGen/AMDGPU/parallelandifcollapse.ll | 38 +- test/CodeGen/AMDGPU/private-access-no-objects.ll | 8 +- test/CodeGen/AMDGPU/private-element-size.ll | 70 +-- test/CodeGen/AMDGPU/private-memory-atomics.ll | 28 +- .../AMDGPU/promote-alloca-bitcast-function.ll | 10 +- test/CodeGen/AMDGPU/promote-alloca-calling-conv.ll | 68 +- test/CodeGen/AMDGPU/promote-alloca-globals.ll | 20 +- test/CodeGen/AMDGPU/promote-alloca-no-opts.ll | 28 +- .../AMDGPU/promote-alloca-padding-size-estimate.ll | 54 +- .../AMDGPU/promote-alloca-stored-pointer-value.ll | 64 +- test/CodeGen/AMDGPU/r600.alu-limits.ll | 6 +- test/CodeGen/AMDGPU/r600.private-memory.ll | 14 +- test/CodeGen/AMDGPU/sad.ll | 12 +- test/CodeGen/AMDGPU/scratch-buffer.ll | 62 +- test/CodeGen/AMDGPU/shl_add_ptr.ll | 24 +- test/CodeGen/AMDGPU/spill-empty-live-interval.mir | 4 +- test/CodeGen/AMDGPU/stack-size-overflow.ll | 8 +- .../AMDGPU/stack-slot-color-sgpr-vgpr-spills.mir | 8 +- test/CodeGen/AMDGPU/store-hi16.ll | 98 +-- test/CodeGen/AMDGPU/store-private.ll | 114 ++-- test/CodeGen/AMDGPU/store-vector-ptrs.ll | 6 +- test/CodeGen/AMDGPU/syncscopes.ll | 18 +- test/CodeGen/AMDGPU/target-cpu.ll | 12 +- .../AMDGPU/undefined-physreg-sgpr-spill.mir | 10 +- test/CodeGen/AMDGPU/vop-shrink-frame-index.mir | 12 +- test/CodeGen/AMDGPU/waitcnt-flat.ll | 8 +- test/CodeGen/AMDGPU/waitcnt-looptest.ll | 4 +- test/CodeGen/AMDGPU/waitcnt.mir | 4 +- test/CodeGen/AMDGPU/wqm.ll | 10 +- test/DebugInfo/AMDGPU/code-pointer-size.ll | 22 +- test/DebugInfo/AMDGPU/dwarfdump-relocs.ll | 22 +- test/DebugInfo/AMDGPU/pointer-address-space.ll | 40 +- test/DebugInfo/AMDGPU/variable-locations.ll | 30 +- .../CodeGenPrepare/AMDGPU/sink-addrspacecast.ll | 42 +- test/Transforms/InferAddressSpaces/AMDGPU/basic.ll | 132 ++-- test/Transforms/InferAddressSpaces/AMDGPU/icmp.ll | 118 ++-- .../AMDGPU/infer-address-space.ll | 82 +-- .../AMDGPU/infer-addrspacecast.ll | 30 +- .../AMDGPU/infer-getelementptr.ll | 44 +- .../InferAddressSpaces/AMDGPU/intrinsics.ll | 100 +-- .../InferAddressSpaces/AMDGPU/mem-intrinsics.ll | 96 +-- .../AMDGPU/old-pass-regressions.ll | 46 +- .../Transforms/InferAddressSpaces/AMDGPU/select.ll | 210 +++---- .../InferAddressSpaces/AMDGPU/volatile.ll | 128 ++-- .../AMDGPU/adjust-alloca-alignment.ll | 115 ++-- .../AMDGPU/merge-stores-private.ll | 189 +++--- .../AMDGPU/different-addrspace-crash.ll | 5 +- .../LoopUnroll/AMDGPU/unroll-for-private.ll | 42 +- 104 files changed, 3238 insertions(+), 3258 deletions(-)