[llvm-commits] [llvm] r66542 - in /llvm/trunk: lib/Transforms/Scalar/GVN.cpp test/Transforms/GVN/2009-03-10-PREOnVoid.ll

Bill Wendling isanbard at gmail.com
Tue Mar 10 15:26:33 PDT 2009


On Tue, Mar 10, 2009 at 7:04 AM, John Criswell <criswell at uiuc.edu> wrote:
> Author: criswell
> Date: Tue Mar 10 10:04:53 2009
> New Revision: 66542
>
> URL: http://llvm.org/viewvc/llvm-project?rev=66542&view=rev
> Log:
> Do not attempt to do parial redundancy elimination on void values.
> Also fixed a punctuation error in the header comment.
> This fixes PR3775.
>
> Added:
>    llvm/trunk/test/Transforms/GVN/2009-03-10-PREOnVoid.ll
> Modified:
>    llvm/trunk/lib/Transforms/Scalar/GVN.cpp
>
Hi John,

Is there a way to cut out some of the unused types/parameters/etc. in
the testcase? It's kind of big... :-)

-bw




More information about the llvm-commits mailing list