[PATCH] D64665: [MachinePipeliner] Refactor schedule emission logic

James Molloy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 01:28:59 PDT 2019


jmolloy updated this revision to Diff 212987.
jmolloy added a comment.
Herald added subscribers: MaskRay, mgorny, nemanjai.

Thanks Jinsong,

Indeed, I messed up moving the patch between repositories on my side meaning I lost half of the changes. This version should build fine.

Thanks again!

James


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64665/new/

https://reviews.llvm.org/D64665

Files:
  include/llvm/CodeGen/MachinePipeliner.h
  lib/CodeGen/CMakeLists.txt
  lib/CodeGen/MachineLoopUtils.cpp
  lib/CodeGen/MachineLoopUtils.h
  lib/CodeGen/MachinePipeliner.cpp
  test/CodeGen/Hexagon/swp-epilog-phi11.ll
  test/CodeGen/Hexagon/swp-epilog-phi6.ll
  test/CodeGen/Hexagon/swp-epilog-phi7.ll
  test/CodeGen/Hexagon/swp-matmul-bitext.ll
  test/CodeGen/Hexagon/swp-xxh2.ll
  test/CodeGen/PowerPC/sms-phi.ll
  test/CodeGen/PowerPC/sms-simple.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64665.212987.patch
Type: text/x-patch
Size: 48200 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190802/ea458901/attachment.bin>


More information about the llvm-commits mailing list