[PATCH] D40955: [AMDGPU] Make the new addr space mapping default
Yaxun Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 7 07:28:35 PST 2017
yaxunl created this revision.
Herald added subscribers: JDevlieghere, eraman, t-tye, tpr, dstuttard, nhaehnle, wdng, kzhuravl.
Will clean up the enum in another patch.
https://reviews.llvm.org/D40955
Files:
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
test/Analysis/CostModel/AMDGPU/addrspacecast.ll
test/CodeGen/AMDGPU/InlineAsmCrash.ll
test/CodeGen/AMDGPU/addrspacecast.ll
test/CodeGen/AMDGPU/amdgcn.private-memory.ll
test/CodeGen/AMDGPU/amdgpu-alias-analysis.ll
test/CodeGen/AMDGPU/amdgpu-inline.ll
test/CodeGen/AMDGPU/amdgpu.private-memory.ll
test/CodeGen/AMDGPU/amdpal.ll
test/CodeGen/AMDGPU/annotate-kernel-features-hsa.ll
test/CodeGen/AMDGPU/array-ptr-calc-i32.ll
test/CodeGen/AMDGPU/byval-frame-setup.ll
test/CodeGen/AMDGPU/call-argument-types.ll
test/CodeGen/AMDGPU/call-graph-register-usage.ll
test/CodeGen/AMDGPU/callee-frame-setup.ll
test/CodeGen/AMDGPU/callee-special-input-sgprs.ll
test/CodeGen/AMDGPU/callee-special-input-vgprs.ll
test/CodeGen/AMDGPU/captured-frame-index.ll
test/CodeGen/AMDGPU/cgp-addressing-modes-flat.ll
test/CodeGen/AMDGPU/cgp-addressing-modes.ll
test/CodeGen/AMDGPU/collapse-endcf.ll
test/CodeGen/AMDGPU/commute-compares.ll
test/CodeGen/AMDGPU/copy-to-reg.ll
test/CodeGen/AMDGPU/extload-private.ll
test/CodeGen/AMDGPU/flat-address-space.ll
test/CodeGen/AMDGPU/flat_atomics.ll
test/CodeGen/AMDGPU/flat_atomics_i64.ll
test/CodeGen/AMDGPU/frame-index-elimination.ll
test/CodeGen/AMDGPU/function-args.ll
test/CodeGen/AMDGPU/hsa-metadata-from-llvm-ir-full.ll
test/CodeGen/AMDGPU/huge-private-buffer.ll
test/CodeGen/AMDGPU/indirect-private-64.ll
test/CodeGen/AMDGPU/insert_subreg.ll
test/CodeGen/AMDGPU/kernarg-stack-alignment.ll
test/CodeGen/AMDGPU/large-alloca-compute.ll
test/CodeGen/AMDGPU/large-alloca-graphics.ll
test/CodeGen/AMDGPU/llvm.amdgcn.atomic.dec.ll
test/CodeGen/AMDGPU/llvm.amdgcn.atomic.inc.ll
test/CodeGen/AMDGPU/llvm.amdgcn.implicit.buffer.ptr.ll
test/CodeGen/AMDGPU/load-hi16.ll
test/CodeGen/AMDGPU/load-lo16.ll
test/CodeGen/AMDGPU/local-stack-slot-offset.ll
test/CodeGen/AMDGPU/memory-legalizer-atomic-cmpxchg.ll
test/CodeGen/AMDGPU/memory-legalizer-atomic-rmw.ll
test/CodeGen/AMDGPU/memory-legalizer-invalid-syncscope.ll
test/CodeGen/AMDGPU/memory-legalizer-load.ll
test/CodeGen/AMDGPU/memory-legalizer-store.ll
test/CodeGen/AMDGPU/move-to-valu-worklist.ll
test/CodeGen/AMDGPU/mubuf-offset-private.ll
test/CodeGen/AMDGPU/nested-calls.ll
test/CodeGen/AMDGPU/opencl-1.2-adapter.ll
test/CodeGen/AMDGPU/parallelandifcollapse.ll
test/CodeGen/AMDGPU/private-access-no-objects.ll
test/CodeGen/AMDGPU/private-element-size.ll
test/CodeGen/AMDGPU/promote-alloca-bitcast-function.ll
test/CodeGen/AMDGPU/promote-alloca-calling-conv.ll
test/CodeGen/AMDGPU/promote-alloca-globals.ll
test/CodeGen/AMDGPU/promote-alloca-no-opts.ll
test/CodeGen/AMDGPU/promote-alloca-padding-size-estimate.ll
test/CodeGen/AMDGPU/promote-alloca-stored-pointer-value.ll
test/CodeGen/AMDGPU/r600.alu-limits.ll
test/CodeGen/AMDGPU/r600.private-memory.ll
test/CodeGen/AMDGPU/sad.ll
test/CodeGen/AMDGPU/scratch-buffer.ll
test/CodeGen/AMDGPU/shl_add_ptr.ll
test/CodeGen/AMDGPU/stack-size-overflow.ll
test/CodeGen/AMDGPU/store-hi16.ll
test/CodeGen/AMDGPU/store-private.ll
test/CodeGen/AMDGPU/store-vector-ptrs.ll
test/CodeGen/AMDGPU/syncscopes.ll
test/CodeGen/AMDGPU/target-cpu.ll
test/CodeGen/AMDGPU/waitcnt-flat.ll
test/CodeGen/AMDGPU/waitcnt-looptest.ll
test/CodeGen/AMDGPU/waitcnt.mir
test/CodeGen/AMDGPU/wqm.ll
test/DebugInfo/AMDGPU/code-pointer-size.ll
test/DebugInfo/AMDGPU/dwarfdump-relocs.ll
test/DebugInfo/AMDGPU/pointer-address-space.ll
test/DebugInfo/AMDGPU/variable-locations.ll
test/Transforms/CodeGenPrepare/AMDGPU/sink-addrspacecast.ll
test/Transforms/InferAddressSpaces/AMDGPU/basic.ll
test/Transforms/InferAddressSpaces/AMDGPU/icmp.ll
test/Transforms/InferAddressSpaces/AMDGPU/infer-address-space.ll
test/Transforms/InferAddressSpaces/AMDGPU/infer-addrspacecast.ll
test/Transforms/InferAddressSpaces/AMDGPU/infer-getelementptr.ll
test/Transforms/InferAddressSpaces/AMDGPU/intrinsics.ll
test/Transforms/InferAddressSpaces/AMDGPU/mem-intrinsics.ll
test/Transforms/InferAddressSpaces/AMDGPU/old-pass-regressions.ll
test/Transforms/InferAddressSpaces/AMDGPU/select.ll
test/Transforms/InferAddressSpaces/AMDGPU/volatile.ll
test/Transforms/LoadStoreVectorizer/AMDGPU/adjust-alloca-alignment.ll
test/Transforms/LoadStoreVectorizer/AMDGPU/merge-stores-private.ll
test/Transforms/LoopStrengthReduce/AMDGPU/different-addrspace-crash.ll
test/Transforms/LoopUnroll/AMDGPU/unroll-for-private.ll
test/tools/llvm-objdump/AMDGPU/source-lines.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40955.125955.patch
Type: text/x-patch
Size: 687075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171207/2a39bfb3/attachment-0001.bin>
More information about the llvm-commits
mailing list