Seems useful for debugging purposes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This looks like a sensible idea.
The pass will also need "new pass manager" code at some point.
Comment Actions
Actually, that might not be true for how late in the pipeline this runs. I'm surprised how late this is, I'd expected it a little earlier.
Comment Actions
Thanks for reviewing.
I'm surprised how late this is, I'd expected it a little earlier.
Main motivation to run it very late is that it is ARM specific, and we didn't want to interfere with other optimisations. Other than that, no good reason, and we could reconsider of course.