search for: d30353

Displaying 10 results from an estimated 10 matches for "d30353".

Did you mean: d350353
2017 Mar 16
2
[GSoC] Project Proposal: Parallel extensions for llvm analysis and transform framework
...posal. Thank you for reading this proposal and hopefully you will find it useful. [1] "[llvm-dev] [RFC][PIR] Parallel LLVM IR -- Stage 0 -- IR extension", http://lists.llvm.org/pipermail/llvm-dev/2017-January/109615.html [2] https://reviews.llvm.org/D29250 [3] https://reviews.llvm.org/D30353 [4] https://reviews.llvm.org/D30354 [5] "[llvm-dev] [RFC] IR-level Region Annotations", http://lists.llvm.org/pipermail/llvm-dev/2017-January/108906.html [6] Chatarasi, Prasanth, Jun Shirako, and Vivek Sarkar. "Polyhedral transformations of explicitly parallel programs." 5th...
2017 Mar 08
5
(no subject)
...ionInfo pass that identifies > and maintains parallel regions in the CFG [1]. It also serves as a > verifier pass for now. > > Please take a look and comment the patches either in the phabricator or > here on the list. > > Thanks! > > [0] https://reviews.llvm.org/D30353 > [1] https://reviews.llvm.org/D30354 > > > On 01/28, Johannes Doerfert via llvm-dev wrote: > > Dear all, > > > > This RFC proposes three new LLVM IR instructions to express high-level > > parallel constructs in a simple, low-level fashion. For this first stag...
2017 Mar 08
3
(no subject)
...; and maintains parallel regions in the CFG [1]. It also serves as a >> verifier pass for now. >> >> Please take a look and comment the patches either in the phabricator >> or here on the list. >> >> Thanks! >> >> [0] https://reviews.llvm.org/D30353 >> [1] https://reviews.llvm.org/D30354 >> >> >> On 01/28, Johannes Doerfert via llvm-dev wrote: >>> Dear all, >>> >>> This RFC proposes three new LLVM IR instructions to express >>> high-level parallel constructs in a simple, low-level fa...
2017 Mar 08
3
(no subject)
...gions in the CFG [1]. It also serves as a >>> verifier pass for now. >>> >>> Please take a look and comment the patches either in the phabricator or >>> here on the list. >>> >>> Thanks! >>> >>> [0] https://reviews.llvm.org/D30353 >>> [1] https://reviews.llvm.org/D30354 >>> >>> >>> On 01/28, Johannes Doerfert via llvm-dev wrote: >>>> Dear all, >>>> >>>> This RFC proposes three new LLVM IR instructions to express high-level >>>> parallel co...
2017 Mar 08
4
(no subject)
...the CFG [1]. It also serves as a > >> verifier pass for now. > >> > >> Please take a look and comment the patches either in the > >> phabricator or here on the list. > >> > >> Thanks! > >> > >> [0] https://reviews.llvm.org/D30353 [1] > >> https://reviews.llvm.org/D30354 > >> > >> > >> On 01/28, Johannes Doerfert via llvm-dev wrote: > >>> Dear all, > >>> > >>> This RFC proposes three new LLVM IR instructions to express > >>> high-level para...
2017 Mar 08
2
(no subject)
...verifier pass for now. >>>>> >>>>> Please take a look and comment the patches either in the >>>>> phabricator or here on the list. >>>>> >>>>> Thanks! >>>>> >>>>> [0] https://reviews.llvm.org/D30353 [1] >>>>> https://reviews.llvm.org/D30354 >>>>> >>>>> >>>>> On 01/28, Johannes Doerfert via llvm-dev wrote: >>>>>> Dear all, >>>>>> >>>>>> This RFC proposes three new LLVM IR instructio...
2017 Mar 08
2
(no subject)
...t; >> verifier pass for now. > > >> > > >> Please take a look and comment the patches either in the > > >> phabricator or here on the list. > > >> > > >> Thanks! > > >> > > >> [0] https://reviews.llvm.org/D30353 [1] > > >> https://reviews.llvm.org/D30354 > > >> > > >> > > >> On 01/28, Johannes Doerfert via llvm-dev wrote: > > >>> Dear all, > > >>> > > >>> This RFC proposes three new LLVM IR instructions to express...
2017 Mar 08
3
[RFC][PIR] Parallel LLVM IR -- Stage 0 --
...verifier pass for now. >>>>> >>>>> Please take a look and comment the patches either in the >>>>> phabricator or here on the list. >>>>> >>>>> Thanks! >>>>> >>>>> [0] https://reviews.llvm.org/D30353 [1] >>>>> https://reviews.llvm.org/D30354 >>>>> >>>>> >>>>> On 01/28, Johannes Doerfert via llvm-dev wrote: >>>>>> Dear all, >>>>>> >>>>>> This RFC proposes three new LLVM IR instructio...
2017 Mar 08
2
[RFC][PIR] Parallel LLVM IR -- Stage 0 --
...;>>>>>> Please take a look and comment the patches either in the >>>>>>> phabricator or here on the list. >>>>>>> >>>>>>> Thanks! >>>>>>> >>>>>>> [0] https://reviews.llvm.org/D30353 [1] >>>>>>> https://reviews.llvm.org/D30354 >>>>>>> >>>>>>> >>>>>>> On 01/28, Johannes Doerfert via llvm-dev wrote: >>>>>>>> Dear all, >>>>>>>> >>>>>...
2017 Jan 28
3
[RFC][PIR] Parallel LLVM IR -- Stage 0 -- IR extension
Dear all, This RFC proposes three new LLVM IR instructions to express high-level parallel constructs in a simple, low-level fashion. For this first stage we prepared two commits that add the proposed instructions and a pass to lower them to obtain sequential IR. Both patches have be uploaded for review [1, 2]. The latter patch is very simple and the former consists of almost only mechanical