[PATCH] D94308: [MachineSink] SinkIntoLoop: analyse stores and aliases in between
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 2 12:25:31 PST 2021
SjoerdMeijer updated this revision to Diff 320880.
SjoerdMeijer added a comment.
Analyse all blocks/instructions in the loop, not only the sink block, and a multi loops, multi-block loop test case `cant_sink_multi_block_loop_with_call` for that.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94308/new/
https://reviews.llvm.org/D94308
Files:
llvm/lib/CodeGen/MachineSink.cpp
llvm/test/CodeGen/AArch64/loop-sink.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94308.320880.patch
Type: text/x-patch
Size: 35506 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210202/1d757645/attachment.bin>
More information about the llvm-commits
mailing list