[PATCH] D66428: Change TargetLibraryInfo analysis passes to always require Function

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 20:08:58 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL371284: Change TargetLibraryInfo analysis passes to always require Function (authored by tejohnson, committed by ).

Repository:
  rL LLVM

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

https://reviews.llvm.org/D66428

Files:
  llvm/trunk/include/llvm/Analysis/CFLAndersAliasAnalysis.h
  llvm/trunk/include/llvm/Analysis/CFLSteensAliasAnalysis.h
  llvm/trunk/include/llvm/Analysis/GlobalsModRef.h
  llvm/trunk/include/llvm/Analysis/LazyCallGraph.h
  llvm/trunk/include/llvm/Analysis/MemoryBuiltins.h
  llvm/trunk/include/llvm/Analysis/TargetLibraryInfo.h
  llvm/trunk/include/llvm/Transforms/Instrumentation/InstrProfiling.h
  llvm/trunk/include/llvm/Transforms/Scalar/SCCP.h
  llvm/trunk/lib/Analysis/AliasAnalysis.cpp
  llvm/trunk/lib/Analysis/BasicAliasAnalysis.cpp
  llvm/trunk/lib/Analysis/BranchProbabilityInfo.cpp
  llvm/trunk/lib/Analysis/CFLAndersAliasAnalysis.cpp
  llvm/trunk/lib/Analysis/CFLSteensAliasAnalysis.cpp
  llvm/trunk/lib/Analysis/GlobalsModRef.cpp
  llvm/trunk/lib/Analysis/InstructionSimplify.cpp
  llvm/trunk/lib/Analysis/LazyBranchProbabilityInfo.cpp
  llvm/trunk/lib/Analysis/LazyCallGraph.cpp
  llvm/trunk/lib/Analysis/LazyValueInfo.cpp
  llvm/trunk/lib/Analysis/Lint.cpp
  llvm/trunk/lib/Analysis/LoopAccessAnalysis.cpp
  llvm/trunk/lib/Analysis/MemoryBuiltins.cpp
  llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp
  llvm/trunk/lib/Analysis/ScalarEvolution.cpp
  llvm/trunk/lib/Analysis/TargetLibraryInfo.cpp
  llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp
  llvm/trunk/lib/CodeGen/ExpandMemCmp.cpp
  llvm/trunk/lib/CodeGen/HardwareLoops.cpp
  llvm/trunk/lib/CodeGen/SafeStack.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  llvm/trunk/lib/Passes/PassRegistry.def
  llvm/trunk/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
  llvm/trunk/lib/Target/ARM/ARMParallelDSP.cpp
  llvm/trunk/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyPeephole.cpp
  llvm/trunk/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
  llvm/trunk/lib/Transforms/IPO/GlobalOpt.cpp
  llvm/trunk/lib/Transforms/IPO/InferFunctionAttrs.cpp
  llvm/trunk/lib/Transforms/IPO/Inliner.cpp
  llvm/trunk/lib/Transforms/IPO/SCCP.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp
  llvm/trunk/lib/Transforms/Instrumentation/BoundsChecking.cpp
  llvm/trunk/lib/Transforms/Instrumentation/GCOVProfiling.cpp
  llvm/trunk/lib/Transforms/Instrumentation/InstrProfiling.cpp
  llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/trunk/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  llvm/trunk/lib/Transforms/Scalar/CallSiteSplitting.cpp
  llvm/trunk/lib/Transforms/Scalar/ConstantProp.cpp
  llvm/trunk/lib/Transforms/Scalar/DCE.cpp
  llvm/trunk/lib/Transforms/Scalar/DeadStoreElimination.cpp
  llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp
  llvm/trunk/lib/Transforms/Scalar/GVN.cpp
  llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp
  llvm/trunk/lib/Transforms/Scalar/InstSimplifyPass.cpp
  llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp
  llvm/trunk/lib/Transforms/Scalar/LICM.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopInstSimplify.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopRerollPass.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp
  llvm/trunk/lib/Transforms/Scalar/MemCpyOptimizer.cpp
  llvm/trunk/lib/Transforms/Scalar/MergeICmps.cpp
  llvm/trunk/lib/Transforms/Scalar/NaryReassociate.cpp
  llvm/trunk/lib/Transforms/Scalar/NewGVN.cpp
  llvm/trunk/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp
  llvm/trunk/lib/Transforms/Scalar/PlaceSafepoints.cpp
  llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  llvm/trunk/lib/Transforms/Scalar/SCCP.cpp
  llvm/trunk/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
  llvm/trunk/lib/Transforms/Utils/LibCallsShrinkWrap.cpp
  llvm/trunk/lib/Transforms/Utils/MetaRenamer.cpp
  llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp
  llvm/trunk/test/Other/new-pass-manager.ll
  llvm/trunk/test/Other/new-pm-defaults.ll
  llvm/trunk/test/Other/new-pm-lto-defaults.ll
  llvm/trunk/test/Other/new-pm-thinlto-defaults.ll
  llvm/trunk/unittests/Analysis/CGSCCPassManagerTest.cpp
  llvm/trunk/unittests/Analysis/GlobalsModRefTest.cpp
  llvm/trunk/unittests/Analysis/LazyCallGraphTest.cpp
  llvm/trunk/unittests/IR/PassBuilderCallbacksTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66428.219214.patch
Type: text/x-patch
Size: 102876 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190907/ba482575/attachment-0001.bin>


More information about the llvm-commits mailing list