[llvm] r303850 - [GVNSink] GVNSink pass

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 10:24:17 PDT 2017


On Thu, May 25, 2017 at 5:51 AM, James Molloy via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: jamesm
> Date: Thu May 25 07:51:11 2017
> New Revision: 303850
>
> URL: http://llvm.org/viewvc/llvm-project?rev=303850&view=rev
> Log:
> [GVNSink] GVNSink pass
>
> This patch provides an initial prototype for a pass that sinks instructions based on GVN information, similar to GVNHoist. It is not yet ready for commiting but I've uploaded it to gather some initial thoughts.

Looks like you just committed it :-P


More information about the llvm-commits mailing list