[PATCH] D21562: [AMDGPU] Wave and register controls

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 2 17:00:58 PDT 2016


tstellarAMD updated this revision to Diff 70258.
tstellarAMD added a comment.

Fixed some bugs with mesa and integrate with the new scheduler.


https://reviews.llvm.org/D21562

Files:
  lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  lib/Target/AMDGPU/AMDGPUAsmPrinter.h
  lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  lib/Target/AMDGPU/AMDGPUSubtarget.h
  lib/Target/AMDGPU/GCNSchedStrategy.cpp
  lib/Target/AMDGPU/SIFrameLowering.cpp
  lib/Target/AMDGPU/SIInstrInfo.cpp
  lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  lib/Target/AMDGPU/SIMachineFunctionInfo.h
  lib/Target/AMDGPU/SIRegisterInfo.cpp
  lib/Target/AMDGPU/SIRegisterInfo.h
  lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
  test/CodeGen/AMDGPU/amdgpu.private-memory.ll
  test/CodeGen/AMDGPU/array-ptr-calc-i32.ll
  test/CodeGen/AMDGPU/attr-amdgpu-flat-work-group-size.ll
  test/CodeGen/AMDGPU/attr-amdgpu-num-gpr.ll
  test/CodeGen/AMDGPU/attr-unparseable.ll
  test/CodeGen/AMDGPU/indirect-private-64.ll
  test/CodeGen/AMDGPU/large-work-group-promote-alloca.ll
  test/CodeGen/AMDGPU/large-work-group-registers.ll
  test/CodeGen/AMDGPU/load-constant-i16.ll
  test/CodeGen/AMDGPU/private-memory-r600.ll
  test/CodeGen/AMDGPU/promote-alloca-mem-intrinsics.ll
  test/CodeGen/AMDGPU/promote-alloca-no-opts.ll
  test/CodeGen/AMDGPU/promote-alloca-padding-size-estimate.ll
  test/CodeGen/AMDGPU/promote-alloca-to-lds-icmp.ll
  test/CodeGen/AMDGPU/promote-alloca-to-lds-phi.ll
  test/CodeGen/AMDGPU/promote-alloca-to-lds-select.ll
  test/CodeGen/AMDGPU/target-cpu.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21562.70258.patch
Type: text/x-patch
Size: 64350 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160903/e574eaec/attachment-0001.bin>


More information about the llvm-commits mailing list