search for: optbiset

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

Did you mean: optbisect
2018 May 06
0
Need guidance to work on NEW PASS managers bugs
...nction pointer that can be set and if present use it instead for normal counter value check to decide if a pass should be executed or not. Or some other mechanism to provide this feature. - I am not completely sure but if we are able provide custom callback feature then we may be able to remove OptBiset and OptPassGate class. Anything missed here? Please share your thoughts. -Vivek On Thu, May 3, 2018 at 12:34 AM, Kaylor, Andrew <andrew.kaylor at intel.com> wrote: > As a point of clarification, optnone is already being handled by the pass > itself in the legacy implementation. Th...
2018 May 07
1
Need guidance to work on NEW PASS managers bugs
...t can be set and if present use it instead for normal counter > value check to decide if a pass should > be executed or not. Or some other mechanism to provide this feature. > - I am not completely sure but if we are able provide custom callback > feature then we may be able to remove OptBiset and OptPassGate > class. > > Anything missed here? > > Please share your thoughts. > -Vivek > > On Thu, May 3, 2018 at 12:34 AM, Kaylor, Andrew <andrew.kaylor at intel.com> > wrote: > >> As a point of clarification, optnone is already being handled by the...
2018 May 02
2
Need guidance to work on NEW PASS managers bugs
As a point of clarification, optnone is already being handled by the pass itself in the legacy implementation. The skip[IR unit] functions are provided by the pass base classes, and the attribute is checked there. This happens any time the legacy wrapper is run, no matter how it is run. Regarding the opt-bisect design, I’m not particularly fond of the managed static either, but I do want to