[PATCH] D51480: AMDGPU: Remove remnants of old address space mapping

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 30 02:20:48 PDT 2018


arsenm created this revision.
arsenm added reviewers: yaxunl, rampitec.
Herald added subscribers: eraman, t-tye, tpr, dstuttard, nhaehnle, wdng, jvesely, kzhuravl, qcolombet.

https://reviews.llvm.org/D51480

Files:
  lib/Target/AMDGPU/AMDGPU.h
  lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp
  lib/Target/AMDGPU/AMDGPUAliasAnalysis.h
  lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
  lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
  lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
  lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  lib/Target/AMDGPU/AMDGPUAsmPrinter.h
  lib/Target/AMDGPU/AMDGPUCallLowering.cpp
  lib/Target/AMDGPU/AMDGPUCallLowering.h
  lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
  lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp
  lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.h
  lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  lib/Target/AMDGPU/AMDGPUISelLowering.h
  lib/Target/AMDGPU/AMDGPUInline.cpp
  lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
  lib/Target/AMDGPU/AMDGPUInstructionSelector.h
  lib/Target/AMDGPU/AMDGPUInstructions.td
  lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  lib/Target/AMDGPU/AMDGPULibCalls.cpp
  lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp
  lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  lib/Target/AMDGPU/AMDGPUSubtarget.h
  lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  lib/Target/AMDGPU/AMDGPUTargetMachine.h
  lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
  lib/Target/AMDGPU/BUFInstructions.td
  lib/Target/AMDGPU/FLATInstructions.td
  lib/Target/AMDGPU/R600ISelLowering.cpp
  lib/Target/AMDGPU/R600InstrInfo.cpp
  lib/Target/AMDGPU/R600Instructions.td
  lib/Target/AMDGPU/SIISelLowering.cpp
  lib/Target/AMDGPU/SIInsertWaitcnts.cpp
  lib/Target/AMDGPU/SIInstrInfo.cpp
  lib/Target/AMDGPU/SIMemoryLegalizer.cpp
  lib/Target/AMDGPU/SMInstructions.td
  lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  test/CodeGen/AMDGPU/alloca.ll
  test/CodeGen/AMDGPU/call-return-types.ll
  test/CodeGen/AMDGPU/combine_vloads.ll
  test/CodeGen/AMDGPU/debug-value.ll
  test/CodeGen/AMDGPU/debug-value2.ll
  test/CodeGen/AMDGPU/debugger-emit-prologue.ll
  test/CodeGen/AMDGPU/debugger-insert-nops.ll
  test/CodeGen/AMDGPU/dynamic_stackalloc.ll
  test/CodeGen/AMDGPU/env-amdgiz.ll
  test/CodeGen/AMDGPU/env-amdgizcl.ll
  test/CodeGen/AMDGPU/extload-align.ll
  test/CodeGen/AMDGPU/extract_vector_elt-f16.ll
  test/CodeGen/AMDGPU/extract_vector_elt-f64.ll
  test/CodeGen/AMDGPU/extract_vector_elt-i16.ll
  test/CodeGen/AMDGPU/extract_vector_elt-i64.ll
  test/CodeGen/AMDGPU/fence-amdgiz.ll
  test/CodeGen/AMDGPU/fence-barrier.ll
  test/CodeGen/AMDGPU/frame-index-amdgiz.ll
  test/CodeGen/AMDGPU/function-returns.ll
  test/CodeGen/AMDGPU/hsa-metadata-kernel-debug-props.ll
  test/CodeGen/AMDGPU/invalid-alloca.ll
  test/CodeGen/AMDGPU/load-constant-i1.ll
  test/CodeGen/AMDGPU/load-global-i1.ll
  test/CodeGen/AMDGPU/load-local-i1.ll
  test/CodeGen/AMDGPU/load-local-i8.ll
  test/CodeGen/AMDGPU/load-private-double16-amdgiz.ll
  test/CodeGen/AMDGPU/memory-legalizer-store-infinite-loop.ll
  test/CodeGen/AMDGPU/nullptr.ll
  test/CodeGen/AMDGPU/promote-alloca-invariant-markers.ll
  test/CodeGen/AMDGPU/r600.amdgpu-alias-analysis.ll
  test/CodeGen/AMDGPU/sched-crash-dbg-value.mir
  test/CodeGen/AMDGPU/scratch-simple.ll
  test/CodeGen/AMDGPU/setcc.ll
  test/CodeGen/AMDGPU/sext-in-reg.ll
  test/CodeGen/AMDGPU/shl.ll
  test/CodeGen/AMDGPU/si-lower-control-flow.mir
  test/CodeGen/AMDGPU/sibling-call.ll
  test/CodeGen/AMDGPU/simplify-libcalls.ll
  test/CodeGen/AMDGPU/sra.ll
  test/CodeGen/AMDGPU/store-global.ll
  test/CodeGen/AMDGPU/store-local.ll
  test/CodeGen/AMDGPU/trunc-vector-store-assertion-failure.ll
  test/CodeGen/AMDGPU/unknown-processor.ll
  test/CodeGen/AMDGPU/unsupported-calls.ll
  test/CodeGen/AMDGPU/vector-alloca.ll
  test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot-compute.ll
  test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.ll
  test/tools/llvm-objdump/AMDGPU/source-lines.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51480.163285.patch
Type: text/x-patch
Size: 133283 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180830/922f3d98/attachment-0001.bin>


More information about the llvm-commits mailing list