[PATCH] D16829: An implementation of Swing Modulo Scheduling

Brendon Cahoon via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 08:26:23 PDT 2016


bcahoon updated this revision to Diff 51922.
bcahoon added a comment.

Updated to the correct license and rebased the patch.


http://reviews.llvm.org/D16829

Files:
  include/llvm/CodeGen/Passes.h
  include/llvm/InitializePasses.h
  include/llvm/Target/TargetInstrInfo.h
  lib/CodeGen/CMakeLists.txt
  lib/CodeGen/CodeGen.cpp
  lib/CodeGen/MachinePipeliner.cpp
  lib/CodeGen/Passes.cpp
  lib/Target/Hexagon/HexagonInstrInfo.cpp
  lib/Target/Hexagon/HexagonInstrInfo.h
  lib/Target/Hexagon/HexagonTargetMachine.cpp
  test/CodeGen/Hexagon/swp-const-tc.ll
  test/CodeGen/Hexagon/swp-dag-phi.ll
  test/CodeGen/Hexagon/swp-epilog-reuse.ll
  test/CodeGen/Hexagon/swp-matmul-bitext.ll
  test/CodeGen/Hexagon/swp-max.ll
  test/CodeGen/Hexagon/swp-vect-dotprod.ll
  test/CodeGen/Hexagon/swp-vmult.ll
  test/CodeGen/Hexagon/swp-vsum.ll
  test/CodeGen/swp-multi-loops.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16829.51922.patch
Type: text/x-patch
Size: 194739 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160329/89e8fd8d/attachment-0001.bin>


More information about the llvm-commits mailing list