[PATCH] D47237: [DSE] Calloc-strlen optimizations
    Dávid Bolvanský via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue May 22 17:08:46 PDT 2018
    
    
  
xbolva00 added inline comments.
================
Comment at: lib/Transforms/Scalar/DeadStoreElimination.cpp:1404
   MemoryDependenceResults *MD = &AM.getResult<MemoryDependenceAnalysis>(F);
   const TargetLibraryInfo *TLI = &AM.getResult<TargetLibraryAnalysis>(F);
   if (!eliminateDeadStores(F, AA, MD, DT, TLI))
----------------
Sorry for removal, my debug lines were here.
I will restore these empty lines in the next patch update.
Repository:
  rL LLVM
https://reviews.llvm.org/D47237
    
    
More information about the llvm-commits
mailing list