[PATCH] D52896: MergeSimilarFunctions 1/n: a code size pass to merge functions with small differences
    Alexey Zhikhartsev via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Mar 22 11:00:39 PDT 2019
    
    
  
alexey.zhikhar added a comment.
Herald added a subscriber: jdoerfert.
@hiraditya Thank you very much for the code, I'm very interested in it. I'm trying to compile this and the 2/n <https://reviews.llvm.org/D52898> revision together but I'm getting compilation failures, e.g.:
  include/llvm/IR/ModuleSummaryIndex.h|967 col 12| error: ‘HostSimilarFunction’ was not declared in this scope
Is some part of the code is missing or is it intentional and will be fixed in the subsequent patches?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D52896/new/
https://reviews.llvm.org/D52896
    
    
More information about the llvm-commits
mailing list