[PATCH] D126455: [FuncSpec] Make the Function Specializer part of the IPSCCP pass.

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 04:08:40 PDT 2022


chill added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/SCCP.cpp:50
   PreservedAnalyses PA;
   PA.preserve<DominatorTreeAnalysis>();
   PA.preserve<PostDominatorTreeAnalysis>();
----------------
Now that we added `LoopAnalysis` we may well preserve it too. (I should have included it in the patch which introduced the `LoopAnalysis` here)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126455/new/

https://reviews.llvm.org/D126455



More information about the llvm-commits mailing list