search for: r268693

Displaying 6 results from an estimated 6 matches for "r268693".

2016 Jun 28
0
Question about changes to 'SelectionDAGISel.h'
...lect now returns void. Out of tree targets will need to be updated to replace the argument node and remove any dead nodes in cases where they currently return an SDNode * from this interface. http://llvm.org/docs/ReleaseNotes.html You can look at the changes to the various in-tree targets between r268693 and r270454 (e.g., r269144 for x86). -Ahmed > > > MartinO > > > > From: Martin J. O'Riordan [mailto:martin.oriordan at movidius.com] > Sent: 28 June 2016 16:49 > To: 'LLVM Developers' <llvm-dev at lists.llvm.org> > Subject: Question abou...
2016 May 23
0
SelectionDAGISel::Select's API considered harmful
Hans Wennborg <hans at chromium.org> writes: > Can you put something in the release notes when this happens? I already updated the release notes in r268693, when I added the void Select option in the first place :) > Thanks, > Hans > > On Sat, May 21, 2016 at 10:57 AM, Justin Bogner via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> Update: All in tree backends now implement `void Select`. I'll be >> removing t...
2016 Jun 28
3
Question about changes to 'SelectionDAGISel.h'
It occurred to me that instead of the various breakout 'Select*' functions returning the 'SDNode*' result, maybe I should be calling: ReplaceNode(N, newValue); return; or: SelectCode(N); return; Perhaps? MartinO From: Martin J. O'Riordan [mailto:martin.oriordan at movidius.com] Sent: 28 June 2016 16:49 To: 'LLVM Developers'
2016 May 23
2
SelectionDAGISel::Select's API considered harmful
Can you put something in the release notes when this happens? Thanks, Hans On Sat, May 21, 2016 at 10:57 AM, Justin Bogner via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Update: All in tree backends now implement `void Select`. I'll be > removing the SelectImpl path on Monday. > > Justin Bogner <mail at justinbogner.com> writes: >> TLDR: Heads up for out of
2016 Jun 28
2
Question about changes to 'SelectionDAGISel.h'
...lect now returns void. Out of tree targets will need to be updated to replace the argument node and remove any dead nodes in cases where they currently return an SDNode * from this interface. http://llvm.org/docs/ReleaseNotes.html You can look at the changes to the various in-tree targets between r268693 and r270454 (e.g., r269144 for x86). -Ahmed > > > MartinO > > > > From: Martin J. O'Riordan [mailto:martin.oriordan at movidius.com] > Sent: 28 June 2016 16:49 > To: 'LLVM Developers' <llvm-dev at lists.llvm.org> > Subject: Question abou...
2016 Jun 28
0
Question about changes to 'SelectionDAGISel.h'
...Out of tree targets will need to be updated to replace the argument node and remove any dead nodes in cases where they currently return an SDNode * from this interface. > > http://llvm.org/docs/ReleaseNotes.html > > You can look at the changes to the various in-tree targets between > r268693 and r270454 (e.g., r269144 for x86). > > -Ahmed > >> >> >> MartinO >> >> >> >> From: Martin J. O'Riordan [mailto:martin.oriordan at movidius.com] >> Sent: 28 June 2016 16:49 >> To: 'LLVM Developers' <llvm-dev...