[llvm] [IPSCCP] Variable not visible at Og. (PR #66745)

Carlos Alberto Enciso via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 22:28:53 PDT 2023


================
@@ -106,14 +107,14 @@ static void findReturnsToZap(Function &F,
   }
 }
 
-static bool runIPSCCP(
-    Module &M, const DataLayout &DL, FunctionAnalysisManager *FAM,
-    std::function<const TargetLibraryInfo &(Function &)> GetTLI,
-    std::function<TargetTransformInfo &(Function &)> GetTTI,
-    std::function<AssumptionCache &(Function &)> GetAC,
-    std::function<DominatorTree &(Function &)> GetDT,
-    std::function<BlockFrequencyInfo &(Function &)> GetBFI,
-    bool IsFuncSpecEnabled) {
+static bool
----------------
CarlosAlbertoEnciso wrote:

Removed.

https://github.com/llvm/llvm-project/pull/66745


More information about the llvm-commits mailing list