[PATCH] D79902: [IR] Make Module::setProfileSummary to replace an existing ProfileSummary flag.
    Hiroshi Yamauchi via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue May 19 10:55:47 PDT 2020
    
    
  
yamauchi added a comment.
In D79902#2044401 <https://reviews.llvm.org/D79902#2044401>, @davidxl wrote:
> Can CS FDO profile summary coexist with regular summary?
Yes, it uses a different key "CSProfileSummary".  So it does not conflict with the regular summary.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79902/new/
https://reviews.llvm.org/D79902
    
    
More information about the llvm-commits
mailing list