[PATCH] D16603: AMDGPU/SI: Detect uniform branches and emit s_cbranch instructions

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 15:50:08 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL260765: AMDGPU/SI: Detect uniform branches and emit s_cbranch instructions (authored by tstellar).

Changed prior to commit:
  http://reviews.llvm.org/D16603?vs=47374&id=47868#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D16603

Files:
  llvm/trunk/lib/Target/AMDGPU/AMDGPU.h
  llvm/trunk/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
  llvm/trunk/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  llvm/trunk/lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
  llvm/trunk/lib/Target/AMDGPU/SIFixSGPRLiveRanges.cpp
  llvm/trunk/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/trunk/lib/Target/AMDGPU/SIISelLowering.h
  llvm/trunk/lib/Target/AMDGPU/SIInstrInfo.cpp
  llvm/trunk/lib/Target/AMDGPU/SIInstrInfo.h
  llvm/trunk/lib/Target/AMDGPU/SIInstrInfo.td
  llvm/trunk/lib/Target/AMDGPU/SIInstructions.td
  llvm/trunk/lib/Target/AMDGPU/SIRegisterInfo.cpp
  llvm/trunk/lib/Target/AMDGPU/SIRegisterInfo.td
  llvm/trunk/test/CodeGen/AMDGPU/and-gcn.ll
  llvm/trunk/test/CodeGen/AMDGPU/and.ll
  llvm/trunk/test/CodeGen/AMDGPU/cgp-addressing-modes.ll
  llvm/trunk/test/CodeGen/AMDGPU/endcf-loop-header.ll
  llvm/trunk/test/CodeGen/AMDGPU/i1-copy-implicit-def.ll
  llvm/trunk/test/CodeGen/AMDGPU/i1-copy-phi.ll
  llvm/trunk/test/CodeGen/AMDGPU/inline-asm.ll
  llvm/trunk/test/CodeGen/AMDGPU/madmk.ll
  llvm/trunk/test/CodeGen/AMDGPU/move-addr64-rsrc-dead-subreg-writes.ll
  llvm/trunk/test/CodeGen/AMDGPU/salu-to-valu.ll
  llvm/trunk/test/CodeGen/AMDGPU/setcc.ll
  llvm/trunk/test/CodeGen/AMDGPU/si-annotate-cf.ll
  llvm/trunk/test/CodeGen/AMDGPU/si-spill-cf.ll
  llvm/trunk/test/CodeGen/AMDGPU/smrd-vccz-bug.ll
  llvm/trunk/test/CodeGen/AMDGPU/subreg-coalescer-undef-use.ll
  llvm/trunk/test/CodeGen/AMDGPU/uniform-cfg.ll
  llvm/trunk/test/CodeGen/AMDGPU/uniform-crash.ll
  llvm/trunk/test/CodeGen/AMDGPU/valu-i1.ll
  llvm/trunk/test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot-compute.ll
  llvm/trunk/test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16603.47868.patch
Type: text/x-patch
Size: 68539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160212/ab99f0a7/attachment-0001.bin>


More information about the llvm-commits mailing list