[llvm-commits] [llvm] r52574 - /llvm/trunk/lib/Transforms/Scalar/GVN.cpp

Owen Anderson resistor at mac.com
Sat Jun 21 00:38:10 PDT 2008


I thought there were still outstanding bootstrap issues with this?

--Owen

On Jun 21, 2008, at 12:26 AM, Evan Cheng wrote:

> Author: evancheng
> Date: Sat Jun 21 02:26:53 2008
> New Revision: 52574
>
> URL: http://llvm.org/viewvc/llvm-project?rev=52574&view=rev
> Log:
> Enable PRE.
>
> Modified:
>    llvm/trunk/lib/Transforms/Scalar/GVN.cpp
>
> Modified: llvm/trunk/lib/Transforms/Scalar/GVN.cpp
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/GVN.cpp?rev=52574&r1=52573&r2=52574&view=diff
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- llvm/trunk/lib/Transforms/Scalar/GVN.cpp (original)
> +++ llvm/trunk/lib/Transforms/Scalar/GVN.cpp Sat Jun 21 02:26:53 2008
> @@ -43,7 +43,7 @@
> STATISTIC(NumGVNPRE, "Number of instructions PRE'd");
>
> static cl::opt<bool> EnablePRE("enable-pre",
> -                                cl::init(false), cl::Hidden);
> +                               cl::init(true), cl::Hidden);
>
> // 
> = 
> = 
> = 
> ----------------------------------------------------------------------= 
> ==//
> //                         ValueTable Class
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4260 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080621/4c0863a1/attachment.bin>


More information about the llvm-commits mailing list