[PATCH] D28627: [PM] Introduce an analysis set used to preserve all analyses over a function's CFG when that CFG is unchanged.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 14 22:44:03 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL292054: [PM] Introduce an analysis set used to preserve all analyses over (authored by chandlerc).

Changed prior to commit:
  https://reviews.llvm.org/D28627?vs=84471&id=84481#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D28627

Files:
  llvm/trunk/include/llvm/Analysis/BlockFrequencyInfo.h
  llvm/trunk/include/llvm/Analysis/DominanceFrontier.h
  llvm/trunk/include/llvm/Analysis/LoopInfo.h
  llvm/trunk/include/llvm/Analysis/PostDominators.h
  llvm/trunk/include/llvm/Analysis/RegionInfo.h
  llvm/trunk/include/llvm/IR/Dominators.h
  llvm/trunk/include/llvm/IR/PassManager.h
  llvm/trunk/lib/Analysis/BlockFrequencyInfo.cpp
  llvm/trunk/lib/Analysis/DominanceFrontier.cpp
  llvm/trunk/lib/Analysis/LoopInfo.cpp
  llvm/trunk/lib/Analysis/PostDominators.cpp
  llvm/trunk/lib/Analysis/RegionInfo.cpp
  llvm/trunk/lib/IR/Dominators.cpp
  llvm/trunk/lib/IR/PassManager.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/trunk/lib/Transforms/Scalar/ADCE.cpp
  llvm/trunk/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
  llvm/trunk/lib/Transforms/Scalar/BDCE.cpp
  llvm/trunk/lib/Transforms/Scalar/ConstantHoisting.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/Float2Int.cpp
  llvm/trunk/lib/Transforms/Scalar/GuardWidening.cpp
  llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp
  llvm/trunk/lib/Transforms/Scalar/LICM.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopInstSimplify.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopRotation.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopUnrollPass.cpp
  llvm/trunk/lib/Transforms/Scalar/MemCpyOptimizer.cpp
  llvm/trunk/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
  llvm/trunk/lib/Transforms/Scalar/NaryReassociate.cpp
  llvm/trunk/lib/Transforms/Scalar/Reassociate.cpp
  llvm/trunk/lib/Transforms/Scalar/SROA.cpp
  llvm/trunk/lib/Transforms/Scalar/Sink.cpp
  llvm/trunk/lib/Transforms/Utils/LCSSA.cpp
  llvm/trunk/lib/Transforms/Utils/Mem2Reg.cpp
  llvm/trunk/lib/Transforms/Utils/SimplifyInstructions.cpp
  llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28627.84481.patch
Type: text/x-patch
Size: 26507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170115/fc04b3f5/attachment.bin>


More information about the llvm-commits mailing list