This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from be1098c24b9 [X86] When post-processing the DAG to remove zero extending [...] new 18e311ebbb7 [Dominators] Convert existing passes and utils to use the D [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Transforms/Scalar/JumpThreading.h | 9 +- include/llvm/Transforms/Utils/BasicBlockUtils.h | 10 +- include/llvm/Transforms/Utils/Local.h | 16 +- lib/Transforms/Scalar/ADCE.cpp | 7 +- .../Scalar/CorrelatedValuePropagation.cpp | 14 +- lib/Transforms/Scalar/GVN.cpp | 6 +- lib/Transforms/Scalar/JumpThreading.cpp | 78 +++--- lib/Transforms/Scalar/LoopSimplifyCFG.cpp | 4 +- lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 10 +- lib/Transforms/Utils/BasicBlockUtils.cpp | 64 ++--- lib/Transforms/Utils/Local.cpp | 173 +++++++------ lib/Transforms/Utils/LoopRotationUtils.cpp | 6 +- lib/Transforms/Utils/LoopUtils.cpp | 6 +- unittests/Transforms/Utils/Local.cpp | 287 ++++++++++++++++++--- 14 files changed, 475 insertions(+), 215 deletions(-)