[PATCH] D68092: [AMDGPU] Invert the handling of skip insertion.
Christudasan Devadasan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 6 08:30:45 PDT 2019
cdevadas updated this revision to Diff 223422.
cdevadas added a comment.
incorporated the suggestions + rebase
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68092/new/
https://reviews.llvm.org/D68092
Files:
lib/Target/AMDGPU/AMDGPU.h
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
lib/Target/AMDGPU/CMakeLists.txt
lib/Target/AMDGPU/SIInsertSkips.cpp
lib/Target/AMDGPU/SILowerControlFlow.cpp
lib/Target/AMDGPU/SIRemoveShortExecBranches.cpp
test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
test/CodeGen/AMDGPU/atomic_optimizations_pixelshader.ll
test/CodeGen/AMDGPU/branch-condition-and.ll
test/CodeGen/AMDGPU/branch-relaxation.ll
test/CodeGen/AMDGPU/call-skip.ll
test/CodeGen/AMDGPU/collapse-endcf.ll
test/CodeGen/AMDGPU/control-flow-fastregalloc.ll
test/CodeGen/AMDGPU/convergent-inlineasm.ll
test/CodeGen/AMDGPU/divergent-branch-uniform-condition.ll
test/CodeGen/AMDGPU/else.ll
test/CodeGen/AMDGPU/hoist-cond.ll
test/CodeGen/AMDGPU/insert-skips-flat-vmem.mir
test/CodeGen/AMDGPU/insert-skips-gws.mir
test/CodeGen/AMDGPU/insert-skips-ignored-insts.mir
test/CodeGen/AMDGPU/insert-skips-kill-uncond.mir
test/CodeGen/AMDGPU/mubuf-legalize-operands.ll
test/CodeGen/AMDGPU/mul24-pass-ordering.ll
test/CodeGen/AMDGPU/ret_jump.ll
test/CodeGen/AMDGPU/si-annotate-cf-noloop.ll
test/CodeGen/AMDGPU/si-lower-control-flow-unreachable-block.ll
test/CodeGen/AMDGPU/si-lower-control-flow.mir
test/CodeGen/AMDGPU/skip-branch-taildup-ret.mir
test/CodeGen/AMDGPU/skip-branch-trap.ll
test/CodeGen/AMDGPU/skip-if-dead.ll
test/CodeGen/AMDGPU/subreg-coalescer-undef-use.ll
test/CodeGen/AMDGPU/uniform-cfg.ll
test/CodeGen/AMDGPU/uniform-loop-inside-nonuniform.ll
test/CodeGen/AMDGPU/valu-i1.ll
test/CodeGen/AMDGPU/wave32.ll
test/CodeGen/AMDGPU/wqm.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68092.223422.patch
Type: text/x-patch
Size: 43793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191006/566c33c8/attachment.bin>
More information about the llvm-commits
mailing list