[PATCH] D16603: AMDGPU/SI: Detect uniform branches and emit s_cbranch instructions
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 9 14:58:06 PST 2016
tstellarAMD updated this revision to Diff 47374.
tstellarAMD added a comment.
Clean-up moving SCC users to VALU.
http://reviews.llvm.org/D16603
Files:
lib/Target/AMDGPU/AMDGPU.h
lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
lib/Target/AMDGPU/SIFixSGPRLiveRanges.cpp
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/SIISelLowering.h
lib/Target/AMDGPU/SIInstrInfo.cpp
lib/Target/AMDGPU/SIInstrInfo.h
lib/Target/AMDGPU/SIInstrInfo.td
lib/Target/AMDGPU/SIInstructions.td
lib/Target/AMDGPU/SIRegisterInfo.cpp
lib/Target/AMDGPU/SIRegisterInfo.td
test/CodeGen/AMDGPU/and-gcn.ll
test/CodeGen/AMDGPU/and.ll
test/CodeGen/AMDGPU/cgp-addressing-modes.ll
test/CodeGen/AMDGPU/endcf-loop-header.ll
test/CodeGen/AMDGPU/i1-copy-implicit-def.ll
test/CodeGen/AMDGPU/i1-copy-phi.ll
test/CodeGen/AMDGPU/inline-asm.ll
test/CodeGen/AMDGPU/madmk.ll
test/CodeGen/AMDGPU/move-addr64-rsrc-dead-subreg-writes.ll
test/CodeGen/AMDGPU/salu-to-valu.ll
test/CodeGen/AMDGPU/setcc.ll
test/CodeGen/AMDGPU/si-annotate-cf.ll
test/CodeGen/AMDGPU/si-spill-cf.ll
test/CodeGen/AMDGPU/smrd-vccz-bug.ll
test/CodeGen/AMDGPU/subreg-coalescer-undef-use.ll
test/CodeGen/AMDGPU/uniform-cfg.ll
test/CodeGen/AMDGPU/uniform-crash.ll
test/CodeGen/AMDGPU/valu-i1.ll
test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot-compute.ll
test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16603.47374.patch
Type: text/x-patch
Size: 67259 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160209/7d491bd0/attachment.bin>
More information about the llvm-commits
mailing list