Remove unnecessary "OptModule" section. Add "PerFunctionPasses", "PerModulePasses" and "CodeGenPasses" sections under "Backend" section.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I like this.
Oh nice!
I like this.
One more related question - there are two "Frontend" sections, second one appears to consist only of "CodeGen Function"s.
Is that correct? Should they both be in an actual front-end section, and should they be renamed to, i dunno,
"Sema" and "Codegen"? I'm not sure about this, just raising a question.
Comment Actions
Ok, committing this.
As for two "Frontend" sections -- we've discussed this several months ago (https://reviews.llvm.org/D63325#1544555), it is not obvious how to join these sections to one (start and finish of such section are separated a lot and the code for joining is opaque).