[PATCH] D129599: Apply PGO on SimpleLoopUnswitch
    Arthur Eubanks via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Aug  6 11:37:35 PDT 2022
    
    
  
aeubanks accepted this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.
lg with the commit title/description change
(one thing you can do is change it in phab, then run `arc amend` which will pull the commit title/description changes and also add a `Reviewed-by:` line)
================
Comment at: llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp:3217-3231
-
   auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
   auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
   auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
   auto &AA = getAnalysis<AAResultsWrapperPass>().getAAResults();
   auto &TTI = getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
   MemorySSA *MSSA = &getAnalysis<MemorySSAWrapperPass>().getMSSA();
----------------
unintentional change
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129599/new/
https://reviews.llvm.org/D129599
    
    
More information about the llvm-commits
mailing list