[PATCH] D22778: Add Loop Sink pass to reverse the LICM based of basic block frequency.

Dehao Chen via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 16:26:18 PDT 2016


ping

On Wed, Sep 14, 2016 at 2:47 PM, Dehao Chen <danielcdh at gmail.com> wrote:

> danielcdh updated this revision to Diff 71441.
> danielcdh added a comment.
> Herald added a subscriber: mgorny.
>
> update the logic to replace dominated uses after sinking.
>
>
> https://reviews.llvm.org/D22778
>
> Files:
>   include/llvm/InitializePasses.h
>   include/llvm/LinkAllPasses.h
>   include/llvm/Transforms/Scalar.h
>   include/llvm/Transforms/Utils/LoopUtils.h
>   lib/Transforms/Scalar/CMakeLists.txt
>   lib/Transforms/Scalar/LICM.cpp
>   lib/Transforms/Scalar/LoopSink.cpp
>   lib/Transforms/Scalar/Scalar.cpp
>   test/Transforms/LICM/loopsink.ll
>   test/Transforms/LICM/sink.ll
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160926/f4bfe5db/attachment.html>


More information about the llvm-commits mailing list