search for: d19172

Displaying 2 results from an estimated 2 matches for "d19172".

2018 Oct 01
2
OptBisect implementation for new pass manager
...e're talking about were also considered when I did the initial implementation of OptBisect. If anyone wants to look at the relevant reviews they can be found here: Thanks for sharing these, very useful! > https://reviews.llvm.org/D18576 (Abandoned first attempt) > https://reviews.llvm.org/D19172 (Committed second version) > > Then there were a dozen or so revisions to implement the opt-in process. > > The highlights were: > > - My initial implementation had a hard-coded list of passes that couldn't be skipped. We agreed that was awful. > - Paul Robinson mentioned t...
2018 Oct 01
4
OptBisect implementation for new pass manager
On 10/01/2018 11:13 PM, David Greene wrote: > Philip Pfaffe <philip.pfaffe at gmail.com> writes: >> Sorry, but I strongly oppose to the road you're suggesting here. As I >> said before the Pass*Manager* is entirely the wrong place to handle >> OptNone, the absolutely the wrong design. It makes sense for function >> *only*, and immediately breaks down everywhere