This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ceb39000f30 [MSP430] Optimize srl/sra in case of A >> (8 + N) new ae7ddf0c359 [LICM] Make LICM able to hoist phis new 14127217330 [ARM] Remove trunc sinks in ARM CGP
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/Target/ARM/ARMCodeGenPrepare.cpp | 206 ++-- lib/Transforms/Scalar/LICM.cpp | 317 +++++- test/CodeGen/ARM/CGP/arm-cgp-calls.ll | 12 + test/CodeGen/ARM/CGP/arm-cgp-casts.ll | 146 +-- test/CodeGen/ARM/CGP/arm-cgp-phis-ret.ll | 12 + test/CodeGen/ARM/CGP/arm-cgp-switch.ll | 168 +++ test/Transforms/LICM/hoist-phi.ll | 1164 ++++++++++++++++++++ .../LoopVectorize/invariant-store-vectorization.ll | 20 +- 8 files changed, 1841 insertions(+), 204 deletions(-) create mode 100644 test/CodeGen/ARM/CGP/arm-cgp-switch.ll create mode 100644 test/Transforms/LICM/hoist-phi.ll