Currently InstrProf lowering is not enabled for Clang PGO instrumentation in the new pass manager.
The following command "-fprofile-instr-generate -fexperimental-new-pass-manager ..." is broken.
This CL enables InstrProf lowering pass for Clang PGO instrumentation in the new pass manager.
Details
Details
- Reviewers
vsk davidxl chandlerc - Commits
- rG4059e143dc71: [PGO] Enable InstrProf lowering for Clang PGO instrumentation in the new pass…
rL359215: [PGO] Enable InstrProf lowering for Clang PGO instrumentation in the new pass…
rC359215: [PGO] Enable InstrProf lowering for Clang PGO instrumentation in the new pass…
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
Awesome, LGTM
You might also update one of the instr prof tests to have two RUN lines, one for each pass manager. Feel free to do that (or not) and submit.