This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 04289f6357e [TailRecursionElimination] Skip debug intrinsics. new 6efdd0fb596 Add a new pass to speculate around PHI nodes with constant [...]
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: .../llvm/Transforms/Scalar/SpeculateAroundPHIs.h | 111 +++ lib/Passes/PassBuilder.cpp | 6 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/Scalar/CMakeLists.txt | 1 + lib/Transforms/Scalar/SpeculateAroundPHIs.cpp | 811 +++++++++++++++++++++ test/Other/new-pm-defaults.ll | 1 + test/Other/new-pm-thinlto-defaults.ll | 1 + test/Transforms/SpeculateAroundPHIs/basic-x86.ll | 595 +++++++++++++++ 8 files changed, 1527 insertions(+) create mode 100644 include/llvm/Transforms/Scalar/SpeculateAroundPHIs.h create mode 100644 lib/Transforms/Scalar/SpeculateAroundPHIs.cpp create mode 100644 test/Transforms/SpeculateAroundPHIs/basic-x86.ll