Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/ProfileData/SampleProfReader.cpp | ||
---|---|---|
1291–1292 | nit: csnested -> context-nested because we use context for SecFlagFullContext Additionally, would it make sense for SecFlagIsCSNested to be a flag for SecProfSummaryFlags just like SecFlagFullContext? |
Comment Actions
Addressing feedbacks.
llvm/lib/ProfileData/SampleProfReader.cpp | ||
---|---|---|
1291–1292 | Yes, makes sense to have the flag for profile summary. |
nit: csnested -> context-nested because we use context for SecFlagFullContext
Additionally, would it make sense for SecFlagIsCSNested to be a flag for SecProfSummaryFlags just like SecFlagFullContext?