[all-commits] [llvm/llvm-project] fe827a: [ModuleInliner] Properly delete dead functions
    aeubanks via All-commits 
    all-commits at lists.llvm.org
       
    Wed Jan 12 09:58:06 PST 2022
    
    
  
  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fe827a93f69ddea80308d63a6b54b17106779354
      https://github.com/llvm/llvm-project/commit/fe827a93f69ddea80308d63a6b54b17106779354
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2022-01-12 (Wed, 12 Jan 2022)
  Changed paths:
    M llvm/lib/Transforms/IPO/ModuleInliner.cpp
  Log Message:
  -----------
  [ModuleInliner] Properly delete dead functions
Followup to D116964 where we only did this in the CGSCC inliner.
Fixes leaks reported in D116964.
    
    
More information about the All-commits
mailing list