Owen Anderson wrote:
>Changes in directory llvm/lib/Transforms/Scalar:
>
>GVNPRE.cpp updated: 1.47 -> 1.48
>---
>Log message:
>
>Eliminate a redundant check. This speeds up optimization of 253.perlbmk from
>13.5 seconds to 10.9 seconds.
>
>
This is speeding up run time of GVNPRE not run time o
On Jun 17, 2007, at 9:31 PM, Owen Anderson wrote:
> --- llvm/lib/Transforms/Scalar/GVNPRE.cpp:1.34Fri Jun 15 19:26:54
> 2007
> +++ llvm/lib/Transforms/Scalar/GVNPRE.cpp Sun Jun 17 23:30:44 2007
> @@ -329,7 +329,12 @@
> lhsValid = true;
> break;
>
Hi Owen,
One suggestion:
> +void dump(std::set& s);
> +void dump_unique(std::set& s);
My guess is that you want to pass these in as "const". Perhaps even
making the method const?
-bw
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http: