search for: pollyonlyprinter

Displaying 3 results from an estimated 3 matches for "pollyonlyprinter".

2013 Jul 23
2
[LLVMdev] Analysis of polly-detect overhead in oggenc
...cl::Hidden, cl::value_desc("Run the Polly DOT printer at -O3"), > - cl::init(false), cl::cat(PollyCategory)); > + cl::location(polly::PollyViewMode), cl::init(false), > + cl::cat(PollyCategory)); > > -static cl::opt<bool> PollyOnlyPrinter( > +static cl::opt<bool, true> PollyOnlyPrinter( > "polly-dot-only", > cl::desc("Enable the Polly DOT printer in -O3 (no BB content)"), cl::Hidden, > cl::value_desc("Run the Polly DOT printer at -O3 (no BB content"), > - cl::init(...
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