PseudoProbeUpdatePass is used to distribute sample counts among dulplicated probes. It doesn't make sense for it to run without a sample profile. The pass takes 1% of the build time.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
lgtm.
llvm/lib/Passes/PassBuilderPipelines.cpp | ||
---|---|---|
1262–1263 | linter might complain the length of the line. |
llvm/lib/Passes/PassBuilderPipelines.cpp | ||
---|---|---|
1262–1263 | Interestingly, linter is actually fine with this. The lint build job just passed. My local linting doesn't do anything about it. I guess the linting rule has changed? |
linter might complain the length of the line.