search for: d50033

Displaying 1 result from an estimated 1 matches for "d50033".

Did you mean: d50031
2018 Sep 18
2
Pass and Transformation-level debugging in LLVM
...ecial bisection tooling. So I would encourage the community to add DebugCounter to your own passes to make life easier for debugging. Adding DebugCounters isn’t often too difficult. For example, I have several patches to add DebugCounter into passes: D50092 <https://reviews.llvm.org/D50092>, D50033 <https://reviews.llvm.org/D50033>. I have already built a bisection tool to help Android toolchain debug on our side. So I will say that the bisecting idea with OptBisect and DebugCounter helps us save time while debugging mis-compilations. Feel free to post if you have other ideas on this...