[PATCH] D93694: [MachineLICM][MachineSink] Move SinkIntoLoop from MachineLICM to MachineSink

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 7 06:55:37 PST 2021


SjoerdMeijer updated this revision to Diff 315129.
SjoerdMeijer added a comment.

Fixed formatting and description of the command line option. Related to this, and in addition to my previous message, this is off-by-default and is currently covered by exactly 1 test:
`test/CodeGen/X86/sink-cheap-instructions.ll`. After this NFC change, I will look into extending this.


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

https://reviews.llvm.org/D93694

Files:
  llvm/lib/CodeGen/MachineLICM.cpp
  llvm/lib/CodeGen/MachineSink.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93694.315129.patch
Type: text/x-patch
Size: 11507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210107/3664b6a8/attachment.bin>


More information about the llvm-commits mailing list