Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I thought there was a way to test skipFunction() ? See Andrew Kaylor's first series of opt-bisect-limit=/opt-bisection support.
Comment Actions
Hmm... Reading more on opt-bisect-limit, I think it is incorrect to use skipFunction in coroutine passes. Coroutine passes can not be safely skipped while still allowing correct code generation. I am taking skipFunction checks out