StandardInstrumentations class provides a central place to manage all
the "standard" in-tree pass instrumentations.
Details
Details
- Reviewers
chandlerc philip.pfaffe
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 22899 Build 22899: arc lint + arc unit
Event Timeline
Comment Actions
This looks nice! At this point, I think it makes sense to just move the entire IR Printing implementation here. I don't even think it needs to be mentioned in the header. It doesn't have any other clients, and Analysis is definitely the wrong home.
Comment Actions
Thats right. Merging this fix with PrintIR (D50923), where printing callbacks will reside in StandardInstrumentations.cpp.