search for: d75881

Displaying 3 results from an estimated 3 matches for "d75881".

Did you mean: d75882
2020 Mar 09
3
RFC: Making a common successor/predecessor interface
...r existing Successors/Predecessors vectors. I've been working on a few patches to make this happen, but I'd like the community's thoughts on this before deep-diving into code reviews. For some concrete view of what the changes look like, I uploaded two preliminary patches: (1) part 1: D75881 <https://reviews.llvm.org/D75881>: Introducing class specific iterators (2) D75882 <https://reviews.llvm.org/D75882> (1) part 2: pending: Cleaning up existing usages; example replacement: `succ_begin(BB)` with `BB->succ_begin()`. (1) part3/4: pending: Add class specific iterators to...
2020 Mar 10
4
RFC: Making a common successor/predecessor interface
...I've been working on a few patches to make this happen, but I'd like the >> community's thoughts on this before deep-diving into code reviews. >> >> For some concrete view of what the changes look like, I uploaded two >> preliminary patches: >> (1) part 1: D75881 <https://reviews.llvm.org/D75881>: Introducing class >> specific iterators >> (2) D75882 <https://reviews.llvm.org/D75882> >> (1) part 2: pending: Cleaning up existing usages; example replacement: >> `succ_begin(BB)` with `BB->succ_begin()`. >> (1) part3...
2020 Mar 10
2
RFC: Making a common successor/predecessor interface
...to make this happen, but I'd like >>>> the community's thoughts on this before deep-diving into code reviews. >>>> >>>> For some concrete view of what the changes look like, I uploaded two >>>> preliminary patches: >>>> (1) part 1: D75881 <https://reviews.llvm.org/D75881>: Introducing >>>> class specific iterators >>>> (2) D75882 <https://reviews.llvm.org/D75882> >>>> (1) part 2: pending: Cleaning up existing usages; example replacement: >>>> `succ_begin(BB)` with `BB->s...