[PATCH] D72537: [NewPM] Port MergeFunctions pass
    Hongtao Yu via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Jan 17 14:11:16 PST 2021
    
    
  
hoy added inline comments.
================
Comment at: llvm/include/llvm/Transforms/IPO/MergeFunctions.h:8
+//===----------------------------------------------------------------------===//
+//
+// This pass transforms simple global variables that never have their address
----------------
Hello, the comment doesn't seem to be appropriate according to what the MergeFunctionsPass does. Should it be removed? Please correct me if I'm wrong. Thanks.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72537/new/
https://reviews.llvm.org/D72537
    
    
More information about the llvm-commits
mailing list