search for: skipbasicblocks

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

2018 Jun 06
2
Porting OptBisect to New Pass Manager
...reate label on each pass to determine it is skippable or not, and then do the check at pass manager level. 3. No region/basicblock/callgraphscc pass support for new pass manager? In legacy pass manager, OptBisect will be checked by skip() function on certain types of passes. like skipRegion(), skipBasicBlocks(). But I did not see implementations of the passes I mentioned above in new passes. So any plan to have them any more? 4. Is PassInfoMixin the right place to put skipPass() function? The OptBisect works like this: At the beginning of each pass runs, it will call a skipFunction()/Module()/... f...
2018 May 01
4
Need guidance to work on NEW PASS managers bugs
On Tue, May 1, 2018 at 10:52 PM, Kaylor, Andrew <andrew.kaylor at intel.com> wrote: > Hi Vivek, > > > > Have you read the mailing list threads on this topic? I don’t believe > we’re quite ready to make the switch yet. There was a discussion last > October about what was left to be done. I’m sure it has been discussed > since then too. Here’s a link to the start of