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

Felipe de Azevedo Piovezan via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 08:39:10 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
----------------
felipepiovezan wrote:

this whitespace diff should not be part of the patch

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


More information about the llvm-commits mailing list