This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 208eae0feb1 [X86][SSE] Avoid unnecessary stack codegen in NT store code [...] new 5f13aa40626 [CodeGen] Check for HardwareLoop Latch ExitBlock
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/Analysis/TargetTransformInfo.h | 10 ++- lib/CodeGen/HardwareLoops.cpp | 16 ++++- lib/Target/ARM/ARMTargetTransformInfo.cpp | 4 -- test/Transforms/HardwareLoops/ARM/structure.ll | 76 ++++++++++++++++++++++ .../HardwareLoops/unconditional-latch.ll | 46 +++++++++++++ 5 files changed, 139 insertions(+), 13 deletions(-) create mode 100644 test/Transforms/HardwareLoops/unconditional-latch.ll