OSDN Git Service

If dom tree information is available, make it possible to pass
authorDuncan Sands <baldrick@free.fr>
Sun, 14 Nov 2010 18:36:10 +0000 (18:36 +0000)
committerDuncan Sands <baldrick@free.fr>
Sun, 14 Nov 2010 18:36:10 +0000 (18:36 +0000)
commiteff0581583ef10e2872e9baf537a04b67d992101
tree4aff00b570f7058263f492f0ec91f8e59119547a
parent0094345184bc0a791f0811c8d7f5b6f9c8296e0f
If dom tree information is available, make it possible to pass
it to get better phi node simplification.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119055 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/InstructionSimplify.h
include/llvm/Instructions.h
lib/Analysis/InstructionSimplify.cpp
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/LoopUnswitch.cpp
lib/VMCore/Instructions.cpp