[PATCH] D19338: New code hoisting pass based on GVN (optimistic approach)

Daniel Berlin via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 14:34:16 PDT 2016


Sorry, i'll get to this one today or tomorrow.


On Thu, Jun 2, 2016 at 2:08 PM, Sebastian Pop <sebpop at gmail.com> wrote:

> sebpop updated this revision to Diff 59454.
> sebpop added a comment.
>
> Rebased as of today.
>
>
> http://reviews.llvm.org/D19338
>
> Files:
>   llvm/include/llvm/InitializePasses.h
>   llvm/include/llvm/LinkAllPasses.h
>   llvm/include/llvm/Transforms/Scalar.h
>   llvm/include/llvm/Transforms/Scalar/GVN.h
>   llvm/lib/Passes/PassRegistry.def
>   llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
>   llvm/lib/Transforms/Scalar/CMakeLists.txt
>   llvm/lib/Transforms/Scalar/GVNHoist.cpp
>   llvm/lib/Transforms/Scalar/Scalar.cpp
>   llvm/lib/Transforms/Utils/MemorySSA.cpp
>   llvm/test/Transforms/GVN/hoist.ll
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160602/3d8b1399/attachment.html>


More information about the llvm-commits mailing list