This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5f68f0ae94a Revert [llvm-mca] Return the total number of cycles from me [...] new 3f74a7bddb3 [LICM] Reapply r347190 "Make LICM able to hoist phis" with fix new 3ed031b2c77 [LICM] Enable control flow hoisting by default
The 2 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: lib/Transforms/Scalar/LICM.cpp | 327 ++++- test/Transforms/LICM/hoist-phi.ll | 1351 ++++++++++++++++++++ .../LoopVectorize/invariant-store-vectorization.ll | 20 +- 3 files changed, 1674 insertions(+), 24 deletions(-) create mode 100644 test/Transforms/LICM/hoist-phi.ll