[PATCH] D23688: AMDGPU/SI: Implement a custom MachineSchedStrategy

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 12:51:18 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL279995: AMDGPU/SI: Implement a custom MachineSchedStrategy (authored by tstellar).

Changed prior to commit:
  https://reviews.llvm.org/D23688?vs=69420&id=69602#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D23688

Files:
  llvm/trunk/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  llvm/trunk/lib/Target/AMDGPU/AMDGPUSubtarget.h
  llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  llvm/trunk/lib/Target/AMDGPU/CMakeLists.txt
  llvm/trunk/lib/Target/AMDGPU/GCNSchedStrategy.cpp
  llvm/trunk/lib/Target/AMDGPU/GCNSchedStrategy.h
  llvm/trunk/lib/Target/AMDGPU/SIRegisterInfo.cpp
  llvm/trunk/lib/Target/AMDGPU/SIRegisterInfo.h
  llvm/trunk/lib/Target/AMDGPU/SISchedule.td
  llvm/trunk/test/CodeGen/AMDGPU/and.ll
  llvm/trunk/test/CodeGen/AMDGPU/ctpop64.ll
  llvm/trunk/test/CodeGen/AMDGPU/ds_read2_offset_order.ll
  llvm/trunk/test/CodeGen/AMDGPU/fceil64.ll
  llvm/trunk/test/CodeGen/AMDGPU/fma-combine.ll
  llvm/trunk/test/CodeGen/AMDGPU/fmax3.f64.ll
  llvm/trunk/test/CodeGen/AMDGPU/indirect-addressing-si.ll
  llvm/trunk/test/CodeGen/AMDGPU/insert_vector_elt.ll
  llvm/trunk/test/CodeGen/AMDGPU/load-constant-i16.ll
  llvm/trunk/test/CodeGen/AMDGPU/load-global-i32.ll
  llvm/trunk/test/CodeGen/AMDGPU/missing-store.ll
  llvm/trunk/test/CodeGen/AMDGPU/move-addr64-rsrc-dead-subreg-writes.ll
  llvm/trunk/test/CodeGen/AMDGPU/rcp-pattern.ll
  llvm/trunk/test/CodeGen/AMDGPU/ret.ll
  llvm/trunk/test/CodeGen/AMDGPU/sad.ll
  llvm/trunk/test/CodeGen/AMDGPU/salu-to-valu.ll
  llvm/trunk/test/CodeGen/AMDGPU/select-vectors.ll
  llvm/trunk/test/CodeGen/AMDGPU/shift-and-i64-ubfe.ll
  llvm/trunk/test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll
  llvm/trunk/test/CodeGen/AMDGPU/trunc.ll
  llvm/trunk/test/CodeGen/AMDGPU/udivrem.ll
  llvm/trunk/test/CodeGen/AMDGPU/use-sgpr-multiple-times.ll
  llvm/trunk/test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23688.69602.patch
Type: text/x-patch
Size: 44084 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160829/30e97056/attachment-0001.bin>


More information about the llvm-commits mailing list