search for: allownonaffine

Displaying 4 results from an estimated 4 matches for "allownonaffine".

2011 Nov 19
0
[LLVMdev] How to make Polly ignore some non-affine memory accesses
...ScopDetection.cpp (revision 144978) > +++ lib/Analysis/ScopDetection.cpp (working copy) > @@ -79,6 +79,11 @@ > cl::desc("Ignore possible aliasing of the array bases"), > cl::Hidden, cl::init(false)); > > +static cl::opt<bool> > +AllowNonAffine("polly-allow-nonaffine", > + cl::desc("Allow non affine access functions for arrays"), > + cl::Hidden, cl::init(false)); > + > //===----------------------------------------------------------------------===// > // Statistics. > &g...
2011 Nov 18
5
[LLVMdev] How to make Polly ignore some non-affine memory accesses
2011/11/15 Marcello Maggioni <hayarms at gmail.com>: > 2011/11/14 Tobias Grosser <tobias at grosser.es>: >> On 11/14/2011 02:45 PM, Marcello Maggioni wrote: >>> >>> 2011/11/14 Tobias Grosser<tobias at grosser.es>: >>>> >>>> On 11/14/2011 01:24 AM, Marcello Maggioni wrote: >>>>> >>>>> Hi Tobias.
2011 Nov 20
2
[LLVMdev] How to make Polly ignore some non-affine memory accesses
...978) >> +++ lib/Analysis/ScopDetection.cpp      (working copy) >> @@ -79,6 +79,11 @@ >>                 cl::desc("Ignore possible aliasing of the array bases"), >>                 cl::Hidden, cl::init(false)); >> >> +static cl::opt<bool> >> +AllowNonAffine("polly-allow-nonaffine", >> +               cl::desc("Allow non affine access functions for arrays"), >> +               cl::Hidden, cl::init(false)); >> + >> >>  //===----------------------------------------------------------------------===// >&...
2011 Nov 21
0
[LLVMdev] How to get ELF section virtual starting address from MCSymbolRefExpr?
...978) >> +++ lib/Analysis/ScopDetection.cpp ? ? ?(working copy) >> @@ -79,6 +79,11 @@ >> ? ? ? ? ? ? ? ? cl::desc("Ignore possible aliasing of the array bases"), >> ? ? ? ? ? ? ? ? cl::Hidden, cl::init(false)); >> >> +static cl::opt<bool> >> +AllowNonAffine("polly-allow-nonaffine", >> + ? ? ? ? ? ? ? cl::desc("Allow non affine access functions for arrays"), >> + ? ? ? ? ? ? ? cl::Hidden, cl::init(false)); >> + >> >> ?//===----------------------------------------------------------------------===// >&...