Displaying 3 results from an estimated 3 matches for "733edd0".
2013 Jul 23
2
[LLVMdev] Analysis of polly-detect overhead in oggenc
...h | 6 +++
> lib/Analysis/ScopDetection.cpp | 93 +++++++++++++++++++++++-------------------
> lib/RegisterPasses.cpp | 22 ++++++----
> 4 files changed, 75 insertions(+), 49 deletions(-)
>
> diff --git a/include/polly/Options.h b/include/polly/Options.h
> index 62e0960..733edd0 100644
> --- a/include/polly/Options.h
> +++ b/include/polly/Options.h
> @@ -17,4 +17,7 @@
> #include "llvm/Support/CommandLine.h"
>
> extern llvm::cl::OptionCategory PollyCategory;
> +namespace polly {
> + extern bool PollyViewMode;
> +}
> #endif
> di...
2013 Jul 23
0
[LLVMdev] Analysis of polly-detect overhead in oggenc
Hi Tobias,
I have attached a patch file to optimize string operations in Polly-Detect pass.
In this patch file, I put most of long string operations in the condition variable of "PollyViewMode" or in the DEBUG mode.
Bests,
Star Tan
At 2013-07-22 22:27:48,"Tobias Grosser" <tobias at grosser.es> wrote:
>On 07/22/2013 01:46 AM, Star Tan wrote:
>> At
2013 Jul 22
2
[LLVMdev] Analysis of polly-detect overhead in oggenc
On 07/22/2013 01:46 AM, Star Tan wrote:
> At 2013-07-22 12:16:53,"Tobias Grosser" <tobias at grosser.es> wrote:
>> I propose two more patches:
>>
>> 1) Transform the INVALID macro into function calls, that format
>> the text and that set LastFailure.
> Translating the INVALID macro into function calls would complicate the operations for