search for: simbuerg

Displaying 14 results from an estimated 14 matches for "simbuerg".

Did you mean: simbuerger
2011 Jan 27
2
[LLVMdev] Update PHINode after extracting code
...rk, please let me > know. > Thanks. > Vu Hi Vu, I believe this is the right approach. If I am right and you work on the RegionInfo pass I believe what you want is only to extract so called simpleRegions that have just a single entry and exit edge. Have a look at the email from Andreas Simbuerger two weeks ago: [llvm-commits] [PATCH] Add SeSeRegionInfo transform pass This should contain the functions needed to transform a refined region into a simple region. Either we get this patch committed and you could just use this pass or we add the corresponding functions to RegionInfo and you...
2011 Mar 21
3
[LLVMdev] Contributing to Polly with GSOC 2011
...to tell polly that don’t detect this as a SCoP if N is less than a specific value. Some other immediate applications would be * Automatially derive the best scheduling strategy supported by OpenMP. * Adding simple profiling support, to understand how much time is spent inside each scop. Andreas Simbuerger has done some significant work on this and can be extended. 5. Porting Polly to Various architectures. ------------------------------------------------- Currently Polly generates everything as 64 bit integer, which is problamatic for embedded platforms. 6. Vectorization in Polly --------------...
2011 Jan 27
0
[LLVMdev] Update PHINode after extracting code
...t; Vu >> > > Hi Vu, > > I believe this is the right approach. If I am right and you work on the > RegionInfo pass I believe what you want is only to extract so called > simpleRegions that have just a single entry and exit edge. > > Have a look at the email from Andreas Simbuerger two weeks ago: > > [llvm-commits] [PATCH] Add SeSeRegionInfo transform pass > > This should contain the functions needed to transform a refined region into > a simple region. Either we get this patch committed and you could just use > this pass or we add the corresponding functi...
2011 Jan 27
0
[LLVMdev] Update PHINode after extracting code
I guess I didn't have a clear question. Suppose we have BB1 and BB2 both point to BB3. BB1 has variable x. BB2 also as variable x. BB3 will have PHINode for x with 2 value from BB1 and BB2. BB1 BB2 \ / BB3 Now if BB1 and BB2 is extracted into a function (using ExtractCodeRegion), they will be replaced by a basic block called codeRepl (which has a call to the extracted
2017 Sep 04
2
llvm-dev Digest, Vol 159, Issue 2
...art of that plan. Sincerely, Hal (on behalf of myself, Tobias Grosser, and Michael Kruse, with feedback from**several other active Polly developers) We thank the numerous people who have contributed to the Polly infrastructure:Alexandre Isoard, Andreas Simbuerger, Andy Gibbs, Annanay Agarwal, ArminGroesslinger, Ajith Pandel, Baranidharan Mohan, Benjamin Kramer, BillWendling, Chandler Carruth, Craig Topper, Chris Jenneisch, ChristianBielert, Daniel Dunbar, Daniel Jasper, David Blaikie, David Peixotto,Dmitry N. Mikushin, Duncan P. N. Exo...
2011 Jan 25
2
[LLVMdev] Update PHINode after extracting code
Hi all, I have problem with ExtractCodeRegion (CodeExtractor.cpp). My original program is as follows. bb: ... %tmp.15 = load %struct.MYSQL_ROWS** %3, align 4 ... bb1: ... %tmp.1 = load %struct.MYSQL_ROWS** %6, align 4 ... bb4: ; preds = %bb1, %bb, %entry %tmp.0 = phi %struct.MYSQL_ROWS* [ null, %entry ], [ %tmp.15, %bb ], [ %tmp.1, %bb1 ]
2017 Sep 04
2
[RFC] Polly Status and Integration
...al (on behalf of myself, Tobias Grosser, and Michael Kruse, with > > feedback from**several other active Polly developers) > > > > > > We thank the numerous people who have contributed to the Polly > > infrastructure:Alexandre Isoard, Andreas Simbuerger, Andy Gibbs, Annanay > > Agarwal, ArminGroesslinger, Ajith Pandel, Baranidharan Mohan, Benjamin > > Kramer, BillWendling, Chandler Carruth, Craig Topper, Chris Jenneisch, > > ChristianBielert, Daniel Dunbar, Daniel Jasper, David Blaikie, David > > Peixo...
2016 Oct 14
2
Berlin: LLVM Hackday #1, Betahaus, Oct. 22nd
AFAIK we are the only currently active group in Germany, but from following the list I spotted Johannes (Saarbrücken?) and Piotr (Munich?). They may have more info for you? Thx Am 14.10.16 um 14:18 schrieb picflo_2 at web.de: > Hi Stefan, > > thanks for detailed response. Would be quite interesting to see > different projects and tools in the LLVM ecosystem. > > By the way
2017 Sep 13
3
[RFC] Polly Status and Integration
...2016-March/096266.html > > > > > * Sincerely, Hal (on behalf of myself, Tobias Grosser, and Michael Kruse, > with feedback from several other active Polly developers) We thank the > numerous people who have contributed to the Polly infrastructure: Alexandre > Isoard, Andreas Simbuerger, Andy Gibbs, Annanay Agarwal, Armin > Groesslinger, Ajith Pandel, Baranidharan Mohan, Benjamin Kramer, Bill > Wendling, Chandler Carruth, Craig Topper, Chris Jenneisch, Christian > Bielert, Daniel Dunbar, Daniel Jasper, David Blaikie, David Peixotto, > Dmitry N. Mikushin, Duncan P. N....
2017 Sep 13
0
[RFC] Polly Status and Integration
...ncerely, >>> Hal (on behalf of myself, Tobias Grosser, and Michael Kruse, with feedback from several other active Polly developers) >>> >>> We thank the numerous people who have contributed to the Polly infrastructure: >>> >>> Alexandre Isoard, Andreas Simbuerger, Andy Gibbs, Annanay Agarwal, Armin >>> Groesslinger, Ajith Pandel, Baranidharan Mohan, Benjamin Kramer, Bill >>> Wendling, Chandler Carruth, Craig Topper, Chris Jenneisch, Christian >>> Bielert, Daniel Dunbar, Daniel Jasper, David Blaikie, David Peixotto, >>>...
2017 Sep 12
5
[RFC] Polly Status and Integration
...t;> * >> Sincerely, >> Hal (on behalf of myself, Tobias Grosser, and Michael Kruse, with >> feedback from**several other active Polly developers) >> >> We thank the numerous people who have contributed to the Polly >> infrastructure:Alexandre Isoard, Andreas Simbuerger, Andy Gibbs, >> Annanay Agarwal, ArminGroesslinger, Ajith Pandel, Baranidharan Mohan, >> Benjamin Kramer, BillWendling, Chandler Carruth, Craig Topper, Chris >> Jenneisch, ChristianBielert, Daniel Dunbar, Daniel Jasper, David >> Blaikie, David Peixotto,Dmitry N. Mikush...
2017 Sep 01
10
[RFC] Polly Status and Integration
...community feedback on what**should be part of that plan. Sincerely, Hal (on behalf of myself, Tobias Grosser, and Michael Kruse, with feedback from**several other active Polly developers) We thank the numerous people who have contributed to the Polly infrastructure:Alexandre Isoard, Andreas Simbuerger, Andy Gibbs, Annanay Agarwal, ArminGroesslinger, Ajith Pandel, Baranidharan Mohan, Benjamin Kramer, BillWendling, Chandler Carruth, Craig Topper, Chris Jenneisch, ChristianBielert, Daniel Dunbar, Daniel Jasper, David Blaikie, David Peixotto,Dmitry N. Mikushin, Duncan P. N. Exon Smith, Eli Fri...
2017 Sep 20
0
[RFC] Polly Status and Integration
...rely, > > > > Hal (on behalf of myself, Tobias Grosser, and Michael Kruse, with > > feedback from**several other active Polly developers) > > > > > > We thank the numerous people who have contributed to the Polly > > infrastructure:Alexandre Isoard, Andreas Simbuerger, Andy Gibbs, > > Annanay Agarwal, ArminGroesslinger, Ajith Pandel, Baranidharan Mohan, > > Benjamin Kramer, BillWendling, Chandler Carruth, Craig Topper, Chris > > Jenneisch, ChristianBielert, Daniel Dunbar, Daniel Jasper, David > > Blaikie, David Peixotto,Dmitry N. Mikush...
2017 Sep 20
0
[RFC] Polly Status and Integration
...hat plan. > > > Sincerely, > > Hal (on behalf of myself, Tobias Grosser, and Michael Kruse, with feedback > from**several other active Polly developers) > > > We thank the numerous people who have contributed to the Polly > infrastructure:Alexandre Isoard, Andreas Simbuerger, Andy Gibbs, Annanay > Agarwal, ArminGroesslinger, Ajith Pandel, Baranidharan Mohan, Benjamin > Kramer, BillWendling, Chandler Carruth, Craig Topper, Chris Jenneisch, > ChristianBielert, Daniel Dunbar, Daniel Jasper, David Blaikie, David > Peixotto,Dmitry N. Mikushin, Duncan P. N. Exo...