search for: d50092

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

2018 Sep 18
2
Pass and Transformation-level debugging in LLVM
...ul even a pass author debugs manually without special 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. Fe...