Displaying 10 results from an estimated 10 matches for "d30354".
Did you mean:
d30353
2017 Mar 16
2
[GSoC] Project Proposal: Parallel extensions for llvm analysis and transform framework
...oposal 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 International
Workshop on Polyhedral...
2017 Mar 08
5
(no subject)
...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 stage
> > we prepared two commits that...
2017 Mar 08
3
(no subject)
...FG [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 stage we...
2017 Mar 08
3
(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 instructions to express high-level
>>>> parallel constructs in a simple, low-level fashion. For this...
2017 Mar 08
4
(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 instructions to express
> >>> high-level parallel constructs in a simple, low-level fashion. For...
2017 Mar 08
2
(no subject)
...t;>> 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 paralle...
2017 Mar 08
2
(no subject)
...t;
> > >> 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...
2017 Mar 08
3
[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,
>>>>>>
>>>>>> This RFC proposes three new LLVM IR instructions to express
>>>>>> high-level parall...
2017 Mar 08
2
[RFC][PIR] Parallel LLVM IR -- Stage 0 --
...hes 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...
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