[PATCH] D142862: [Support] change StringMap hash function from djbHash to xxHash
    Fangrui Song via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Sat Feb  4 12:38:20 PST 2023
    
    
  
MaskRay accepted this revision.
MaskRay added inline comments.
================
Comment at: llvm/test/ObjectYAML/Offload/multiple_members.yaml:21
       Value:            "gfx908"
     Content:          "cafefeed"  
 
----------------
Rebase:) I fixed obj2yaml
================
Comment at: llvm/test/tools/llvm-profdata/suppl-instr-with-sample.test:1
 Some basic tests for supplementing instrumentation profile with sample profile.
 
----------------
llvm-profdata uses OnDiskHashTable.h which I think is infeasible to stabilize without drastic change to the format. So keep the change.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142862/new/
https://reviews.llvm.org/D142862
    
    
More information about the cfe-commits
mailing list