[PATCH] D18427: CodeGen: Add DetectDeadLanes pass.

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 16:39:16 PDT 2016


MatzeB updated this revision to Diff 52006.
MatzeB marked an inline comment as done.
MatzeB added a comment.

Change REG_SEQUENCE transfer function to make no assumptions about the order in which subregisters are processed, this is more conservative in the case that the subreg indexes overlap and allows a nicer forward loop.


Repository:
  rL LLVM

http://reviews.llvm.org/D18427

Files:
  include/llvm/CodeGen/Passes.h
  include/llvm/InitializePasses.h
  lib/CodeGen/CMakeLists.txt
  lib/CodeGen/CodeGen.cpp
  lib/CodeGen/DetectDeadLanes.cpp
  lib/CodeGen/Passes.cpp
  test/CodeGen/AMDGPU/detect-dead-lanes.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18427.52006.patch
Type: text/x-patch
Size: 31162 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160329/0d306fe7/attachment-0001.bin>


More information about the llvm-commits mailing list