In our downstream, we have a problem that some passes have their names exist only for the period of their execution. Because of the following structure, for compilations with temporary passes, it throws an error.
In this fix, I am handling the cases of having passes disappearing after use and not being called for a check of Timer for them.
This fix only adds the functionality to the time-passes flag but doesn't change its behavior for the rest cases.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo